Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 05:23:26 +00:00

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Stories", name: "Stories", id: "/stories"},
id: "/stories",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Work With Us", text: "Work With Us", href: "/services"}}
href: "/services",
}}
logoSrc="http://img.b2bpic.net/free-vector/pack-african-logo-templates_23-2148735830.jpg" logoSrc="http://img.b2bpic.net/free-vector/pack-african-logo-templates_23-2148735830.jpg"
logoAlt="DYSRVPT Logo" logoAlt="DYSRVPT Logo"
brandName="DYSRVPT" brandName="DYSRVPT"
@@ -61,14 +49,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "WHY DYSRVPT EXISTS"},
content: "WHY DYSRVPT EXISTS",
},
]} ]}
description="DYSRVPT was founded to fill a critical gap: the comprehensive, authentic documentation of contemporary African culture. We are building a living archive, legitimizing the movements and spotlighting the disruptors shaping our present and future. We're not observers. We're participants. We're archivists. We're DYSRVPT. Our vision is to be the definitive voice for African cultural innovation."
imageSrc="http://img.b2bpic.net/free-photo/portrait-abstract-overstimulated-feelings_23-2151245438.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-abstract-overstimulated-feelings_23-2151245438.jpg"
imageAlt="Image representing the origin story of documenting African culture" imageAlt="Image representing the origin story of documenting African culture"
/> />
<p className="mt-4 text-center text-lg text-muted-foreground max-w-2xl mx-auto">
DYSRVPT was founded to fill a critical gap: the comprehensive, authentic documentation of contemporary African culture. We are building a living archive, legitimizing the movements and spotlighting the disruptors shaping our present and future. We're not observers. We're participants. We're archivists. We're DYSRVPT. Our vision is to be the definitive voice for African cultural innovation.
</p>
</div> </div>
<div id="our-impact-about" data-section="our-impact-about"> <div id="our-impact-about" data-section="our-impact-about">
@@ -78,25 +66,13 @@ export default function LandingPage() {
tag="CULTURAL FOOTPRINT" tag="CULTURAL FOOTPRINT"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "5M+", description: "Annual Impressions"},
value: "5M+",
description: "Annual Impressions",
},
{ {
id: "m2", id: "m2", value: "50+", description: "Partnerships Forged"},
value: "50+",
description: "Partnerships Forged",
},
{ {
id: "m3", id: "m3", value: "10+", description: "Countries Covered"},
value: "10+",
description: "Countries Covered",
},
{ {
id: "m4", id: "m4", value: "100K+", description: "Engaged Community"},
value: "100K+",
description: "Engaged Community",
},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
/> />
@@ -108,13 +84,9 @@ export default function LandingPage() {
logoAlt="DYSRVPT Logo" logoAlt="DYSRVPT Logo"
logoText="DYSRVPT" logoText="DYSRVPT"
leftLink={{ leftLink={{
text: "DO IT LIKE YOU.", text: "DO IT LIKE YOU.", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "STAY DYSRVPTIVE.", text: "STAY DYSRVPTIVE.", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>