2 Commits

Author SHA1 Message Date
5cbf009536 Update src/app/page.tsx 2026-03-05 02:11:12 +00:00
40fdea8d75 Update src/app/layout.tsx 2026-03-05 02:11:11 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}