Add motivation section
This commit is contained in:
parent
efcc17d4d2
commit
081de0950d
3 changed files with 57 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { Nav } from "@/components/nav";
|
||||
import { Hero } from "@/components/hero";
|
||||
import { MotivationSection } from "@/components/motivation";
|
||||
import { ExperienceSection } from "@/components/experience";
|
||||
import { SkillsSection } from "@/components/skills";
|
||||
import { AppsSection } from "@/components/apps";
|
||||
|
|
@ -11,6 +12,7 @@ export default function Home() {
|
|||
<>
|
||||
<Nav />
|
||||
<Hero />
|
||||
<MotivationSection />
|
||||
<ExperienceSection />
|
||||
<SkillsSection />
|
||||
<AppsSection />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue