From 081de0950d110fedfa0a8bb7bb5d84f4a643bf43 Mon Sep 17 00:00:00 2001 From: Madhura68 Date: Fri, 24 Apr 2026 16:06:18 +0200 Subject: [PATCH] Add motivation section --- app/page.tsx | 2 ++ components/motivation.tsx | 48 +++++++++++++++++++++++++++++++++++++++ lib/cv-data.ts | 8 ++++++- 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 components/motivation.tsx diff --git a/app/page.tsx b/app/page.tsx index 88748bf..5be616d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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() { <>