Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-01 19:41:17 +00:00

View File

@@ -90,10 +90,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
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: "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: "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: "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: "Leadership Accelerator", description: "Scale your impact through intensive training for emerging leaders.", imageSrc: "http://img.b2bpic.net/free-photo/business-team-planning-marketing-strategy_53876-102032.jpg", buttonIcon: Zap },
{ title: "Innovation Lab", description: "Launch your product in a collaborative space for developers and entrepreneurs.", imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg", buttonIcon: Cpu },
{ title: "Networking Circle", description: "Connect with high-level peers 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: "Policy Advocacy", description: "Shape the future by influencing policies for innovation-friendly environments.", imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-124251.jpg", buttonIcon: Shield },
]}
title="Empowerment Programs"
description="We offer structured pathways to transform ideas into sustainable solutions."
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}