From 40fdea8d7509f341cf8f1d0ba20edae1ebea92ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:11:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3082f8c..d37dfc8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5cbf0095369e55ae556defbe375643f63307527b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:11:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45018c4..1fa002b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,19 +105,19 @@ export default function LandingPage() { features={[ { id: "education", label: "Education", title: "Advancing Knowledge and Skills", items: [ - "Scholarship programs for deserving students", "STEM and vocational training courses", "Digital literacy initiatives", "Career development workshops" + "Scholarship programs for deserving students - 2,000+ awarded", "STEM and vocational training courses - 5,000+ graduates annually", "Digital literacy initiatives - 10,000+ trained in tech skills", "Career development workshops - 500+ professional placements" ], buttons: [{ text: "Learn More", href: "#" }] }, { id: "civic", label: "Civic", title: "Fostering Democratic Participation", items: [ - "Youth leadership training programs", "Civic engagement campaigns", "Community service projects", "Youth council development" + "Youth leadership training programs - 800+ leaders developed", "Civic engagement campaigns - 50,000+ youth engaged", "Community service projects - 1,200+ projects implemented", "Youth council development - 30+ active councils nationwide" ], buttons: [{ text: "Learn More", href: "#" }] }, { id: "economic", label: "Economic", title: "Creating Economic Opportunities", items: [ - "Entrepreneurship and business incubation", "Skills training for job placement", "Microfinance support programs", "Youth employment pathways" + "Entrepreneurship and business incubation - 400+ startups launched", "Skills training for job placement - 3,500+ employed", "Microfinance support programs - $2M+ disbursed", "Youth employment pathways - 1,200+ jobs created" ], buttons: [{ text: "Learn More", href: "#" }] } @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1