Update src/app/about/page.tsx

This commit is contained in:
2026-06-10 05:23:20 +00:00
parent a3619f8376
commit 320ce5d9bc

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Stories",
id: "/stories",
},
name: "Stories", id: "/stories"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Work With Us",
href: "/services",
}}
text: "Work With Us", href: "/services"}}
logoSrc="http://img.b2bpic.net/free-vector/pack-african-logo-templates_23-2148735830.jpg"
logoAlt="DYSRVPT Logo"
brandName="DYSRVPT"
@@ -61,14 +49,14 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "WHY DYSRVPT EXISTS",
},
type: "text", 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"
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 id="our-impact-about" data-section="our-impact-about">
@@ -78,25 +66,13 @@ export default function LandingPage() {
tag="CULTURAL FOOTPRINT"
metrics={[
{
id: "m1",
value: "5M+",
description: "Annual Impressions",
},
id: "m1", value: "5M+", description: "Annual Impressions"},
{
id: "m2",
value: "50+",
description: "Partnerships Forged",
},
id: "m2", value: "50+", description: "Partnerships Forged"},
{
id: "m3",
value: "10+",
description: "Countries Covered",
},
id: "m3", value: "10+", description: "Countries Covered"},
{
id: "m4",
value: "100K+",
description: "Engaged Community",
},
id: "m4", value: "100K+", description: "Engaged Community"},
]}
metricsAnimation="blur-reveal"
/>
@@ -108,13 +84,9 @@ export default function LandingPage() {
logoAlt="DYSRVPT Logo"
logoText="DYSRVPT"
leftLink={{
text: "DO IT LIKE YOU.",
href: "#",
}}
text: "DO IT LIKE YOU.", href: "#"}}
rightLink={{
text: "STAY DYSRVPTIVE.",
href: "#",
}}
text: "STAY DYSRVPTIVE.", href: "#"}}
/>
</div>
</ReactLenis>