Skip to content

Commit

Permalink
update styles, add ids
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 6, 2024
1 parent b9d9645 commit 35c5073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import About from '@/components/sections/about'
import Hero from '@/components/sections/hero/hero'
import Projects from '@/components/sections/projects/projects'

export default function Home() {
return (
<>
<Hero />
<About />
<About className="py-16 md:py-24" id="about-me" />
<Projects className="py-16 md:py-24" id="my-projects" />
</>
)
}

0 comments on commit 35c5073

Please sign in to comment.