Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "About",
|
{ name: "Programs", id: "programs" },
|
||||||
id: "about",
|
{ name: "Events", id: "events" },
|
||||||
},
|
{ name: "Team", id: "team" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "Programs",
|
|
||||||
id: "programs",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Events",
|
|
||||||
id: "events",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Team",
|
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ALIC"
|
brandName="ALIC"
|
||||||
/>
|
/>
|
||||||
@@ -59,68 +44,30 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="We build what lasts"
|
title="We build what lasts"
|
||||||
description="ALIC empowers the next generation of African leaders and innovators to drive sustainable progress and continent-wide impact."
|
description="ALIC empowers the next generation of African leaders and innovators to drive sustainable progress and continent-wide impact."
|
||||||
tag="Leadership & Innovation Circle"
|
tag="Leadership & Innovation Circle"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Join Us", href: "#contact" },
|
||||||
text: "Join Us",
|
{ text: "Explore Programs", href: "#programs" },
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Explore Programs",
|
|
||||||
href: "#programs",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/map-wisconsin-polygonal-mesh-line-map-flag-map_559531-11452.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/map-wisconsin-polygonal-mesh-line-map-flag-map_559531-11452.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", alt: "Portrait of African female leader" },
|
||||||
src: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Portrait of African male entrepreneur" },
|
||||||
alt: "Portrait of African female leader",
|
{ src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg", alt: "Portrait of young tech founder" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg", alt: "Portrait of policy researcher" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", alt: "Portrait of startup director" },
|
||||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
|
|
||||||
alt: "Portrait of African male entrepreneur",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg",
|
|
||||||
alt: "Portrait of young tech founder",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/attractive-european-girl-with-charming-smile-keeps-arms-folded-wears-round-spectacles_273609-18493.jpg",
|
|
||||||
alt: "Portrait of policy researcher",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
|
||||||
alt: "Portrait of startup director",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 500+ innovators across the continent."
|
avatarText="Join 500+ innovators across the continent."
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Driving Sustainable Progress" },
|
||||||
type: "text",
|
{ type: "text", text: "Fostering Cross-Border Collaboration" },
|
||||||
text: "Driving Sustainable Progress",
|
{ type: "text", text: "Strategic Innovation Networks" },
|
||||||
},
|
{ type: "text", text: "Empowering Emerging Leaders" },
|
||||||
{
|
{ type: "text", text: "Building the Future of Africa" },
|
||||||
type: "text",
|
|
||||||
text: "Fostering Cross-Border Collaboration",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Strategic Innovation Networks",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Empowering Emerging Leaders",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Building the Future of Africa",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -143,30 +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",
|
{ 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 },
|
||||||
description: "Intensive training for emerging leaders to scale their impact.",
|
{ 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 },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-team-planning-marketing-strategy_53876-102032.jpg",
|
{ 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 },
|
||||||
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="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."
|
||||||
@@ -182,35 +109,11 @@ export default function LandingPage() {
|
|||||||
description="Join our upcoming gatherings to learn, collaborate, and grow."
|
description="Join our upcoming gatherings to learn, collaborate, and grow."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Summit", title: "Future of Tech Africa", excerpt: "Discussing AI and data trends.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg", authorName: "ALIC Admin", authorAvatar: "http://img.b2bpic.net/free-photo/3d-portrait-woman_23-2150793881.jpg", date: "Oct 12, 2024"},
|
||||||
category: "Summit",
|
|
||||||
title: "Future of Tech Africa",
|
|
||||||
excerpt: "Discussing AI and data trends.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-tablet_23-2148468686.jpg",
|
|
||||||
authorName: "ALIC Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/3d-portrait-woman_23-2150793881.jpg",
|
|
||||||
date: "Oct 12, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Workshop", title: "Founder Secrets", excerpt: "Scaling startups across borders.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-his-friend-enjoying-drinks-restaurant_23-2147861945.jpg", authorName: "ALIC Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg", date: "Nov 05, 2024"},
|
||||||
category: "Workshop",
|
|
||||||
title: "Founder Secrets",
|
|
||||||
excerpt: "Scaling startups across borders.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-his-friend-enjoying-drinks-restaurant_23-2147861945.jpg",
|
|
||||||
authorName: "ALIC Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg",
|
|
||||||
date: "Nov 05, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", category: "Circle", title: "Member Mixer", excerpt: "A space to connect with peers.", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-each-other-holding-glasses-champagne_23-2148331790.jpg", authorName: "ALIC Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Dec 01, 2024"},
|
||||||
category: "Circle",
|
|
||||||
title: "Member Mixer",
|
|
||||||
excerpt: "A space to connect with peers.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-each-other-holding-glasses-champagne_23-2148331790.jpg",
|
|
||||||
authorName: "ALIC Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
|
||||||
date: "Dec 01, 2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -222,33 +125,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
groups={[
|
groups={[
|
||||||
{
|
{
|
||||||
id: "g1",
|
id: "g1", groupTitle: "Core Teams", members: [
|
||||||
groupTitle: "Core Teams",
|
|
||||||
members: [
|
|
||||||
{
|
{
|
||||||
id: "m1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="Our Leadership"
|
||||||
@@ -262,21 +146,9 @@ export default function LandingPage() {
|
|||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
tag="Growing Numbers"
|
tag="Growing Numbers"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "n1", value: "500+", description: "Active Members" },
|
||||||
id: "n1",
|
{ id: "n2", value: "25+", description: "Countries Reached" },
|
||||||
value: "500+",
|
{ id: "n3", value: "120+", description: "Successful Collaborations" },
|
||||||
description: "Active Members",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "n2",
|
|
||||||
value: "25+",
|
|
||||||
description: "Countries Reached",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "n3",
|
|
||||||
value: "120+",
|
|
||||||
description: "Successful Collaborations",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -287,14 +159,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Google",
|
"Google", "Microsoft", "AWS", "Techstars", "Unicef", "African Union", "Startup Africa"]}
|
||||||
"Microsoft",
|
|
||||||
"AWS",
|
|
||||||
"Techstars",
|
|
||||||
"Unicef",
|
|
||||||
"African Union",
|
|
||||||
"Startup Africa",
|
|
||||||
]}
|
|
||||||
title="Global Collaborators"
|
title="Global Collaborators"
|
||||||
description="Organizations supporting our mission."
|
description="Organizations supporting our mission."
|
||||||
/>
|
/>
|
||||||
@@ -302,10 +167,9 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
|
tag="Contact Us"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "radial-gradient" }}
|
||||||
variant: "radial-gradient",
|
|
||||||
}}
|
|
||||||
title="Let's Connect"
|
title="Let's Connect"
|
||||||
description="Ready to build the future? Reach out to us."
|
description="Ready to build the future? Reach out to us."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-dots-lines-connected_1048-11946.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-dots-lines-connected_1048-11946.jpg"
|
||||||
@@ -316,14 +180,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="ALIC"
|
logoText="ALIC"
|
||||||
leftLink={{
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
text: "Privacy Policy",
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user