From 95dd5f41e6171c4284f80f287504b52b7c818a18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 19:41:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ec6a6..cb6d7ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file