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