diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db7295..c5ec6a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Globe } from "lucide-react"; +import { Globe, Zap, Cpu, Users, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -222,33 +125,14 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "g1", - groupTitle: "Core Teams", - members: [ + id: "g1", groupTitle: "Core Teams", members: [ { - id: "m1", - title: "Sarah Johnson", - subtitle: "Lead of GCD", - detail: "Spearheading our community strategy.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-unshaven-worker-smiling_1098-3509.jpg", - }, + id: "m1", title: "Sarah Johnson", subtitle: "Lead of GCD", detail: "Spearheading our community strategy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-unshaven-worker-smiling_1098-3509.jpg"}, { - id: "m2", - title: "David Chen", - subtitle: "Tech Lead", - detail: "Driving our digital infrastructure.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", - }, + id: "m2", title: "David Chen", subtitle: "Tech Lead", detail: "Driving our digital infrastructure.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg"}, { - id: "m3", - title: "Amina Okafor", - subtitle: "Media Director", - detail: "Amplifying our voice and brand.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-journalist-working_23-2148524083.jpg", - }, + id: "m3", title: "Amina Okafor", subtitle: "Media Director", detail: "Amplifying our voice and brand.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-journalist-working_23-2148524083.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/map-wisconsin-polygonal-mesh-line-map-flag-map_559531-11452.jpg?_wi=2", - imageAlt: "professional woman portrait", }, ]} title="Our Leadership" @@ -262,21 +146,9 @@ export default function LandingPage() { title="Our Impact" tag="Growing Numbers" metrics={[ - { - id: "n1", - value: "500+", - description: "Active Members", - }, - { - id: "n2", - value: "25+", - description: "Countries Reached", - }, - { - id: "n3", - value: "120+", - description: "Successful Collaborations", - }, + { id: "n1", value: "500+", description: "Active Members" }, + { id: "n2", value: "25+", description: "Countries Reached" }, + { id: "n3", value: "120+", description: "Successful Collaborations" }, ]} metricsAnimation="slide-up" /> @@ -287,14 +159,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Google", - "Microsoft", - "AWS", - "Techstars", - "Unicef", - "African Union", - "Startup Africa", - ]} + "Google", "Microsoft", "AWS", "Techstars", "Unicef", "African Union", "Startup Africa"]} title="Global Collaborators" description="Organizations supporting our mission." /> @@ -302,10 +167,9 @@ export default function LandingPage() {