8 Commits

Author SHA1 Message Date
04a3885136 Merge version_4 into main
Merge version_4 into main
2026-05-01 19:44:22 +00:00
82db27a288 Update src/app/page.tsx 2026-05-01 19:44:16 +00:00
0152b66ff5 Merge version_3 into main
Merge version_3 into main
2026-05-01 19:42:56 +00:00
cda53312e4 Update src/app/page.tsx 2026-05-01 19:42:53 +00:00
91f12aacdb Merge version_2 into main
Merge version_2 into main
2026-05-01 19:41:17 +00:00
95dd5f41e6 Update src/app/page.tsx 2026-05-01 19:41:14 +00:00
16bb939653 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:39:51 +00:00
4d16ae7725 Merge version_1 into main
Merge version_1 into main
2026-05-01 19:39:25 +00:00

View File

@@ -90,10 +90,10 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ title: "Leadership Accelerator", description: "Intensive training for emerging leaders to scale their impact.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-planning-marketing-strategy_53876-102032.jpg", buttonIcon: Zap }, { title: "Leadership Accelerator: Gain 10x ROI on Mentorship", description: "Accelerate your career trajectory with elite mentorship that qualifies you for high-impact leadership roles.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-planning-marketing-strategy_53876-102032.jpg", buttonIcon: Zap },
{ title: "Innovation Lab", description: "A workspace for developers and entrepreneurs to build MVP products.", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg", buttonIcon: Cpu }, { title: "Innovation Lab: Rapidly Prototype Tech Ventures", description: "Gain exclusive access to collaborative R&D resources that turn your technical MVP into a market-ready venture.", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg", buttonIcon: Cpu },
{ title: "Networking Circle", description: "High-level connections across the African tech and leadership ecosystem.", imageSrc: "http://img.b2bpic.net/free-photo/globe-digital-grid-gradient-wallpaper_53876-104056.jpg", buttonIcon: Users }, { title: "Networking Circle: Scale Your Influence 10x", description: "Expand your professional influence by connecting with a curated network of Africa's most influential decision-makers.", imageSrc: "http://img.b2bpic.net/free-photo/globe-digital-grid-gradient-wallpaper_53876-104056.jpg", buttonIcon: Users },
{ title: "Policy Advocacy", description: "Influencing policy to create better environments for innovation.", imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-124251.jpg", buttonIcon: Shield }, { title: "Policy Advocacy: Shape Legislative Futures", description: "Build your personal authority by helping shape the legislative frameworks that define the continent's digital future.", imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-124251.jpg", buttonIcon: Shield },
]} ]}
title="Empowerment Programs" title="Empowerment Programs"
description="We offer structured pathways to transform ideas into sustainable solutions." description="We offer structured pathways to transform ideas into sustainable solutions."
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }