Add motivation section

This commit is contained in:
Janpeter Visser 2026-04-24 16:06:18 +02:00
parent efcc17d4d2
commit 081de0950d
3 changed files with 57 additions and 1 deletions

View file

@ -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 />