Update src/app/about/page.tsx

This commit is contained in:
2026-06-10 03:38:55 +00:00
parent f98c76e8fe
commit 87e6fa7077

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2"
logoAlt="DYSRVPT Logo"
@@ -69,44 +59,16 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "core-team",
groupTitle: "The Archivists",
members: [
id: "core-team", groupTitle: "The Archivists", members: [
{
id: "member-1",
title: "Tunde Adebayo",
subtitle: "Founder & Creative Director",
detail: "Visionary leader with a passion for unearthing untold stories.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-tablet_23-2147808098.jpg",
imageAlt: "Tunde Adebayo, Founder",
},
id: "member-1", title: "Tunde Adebayo", subtitle: "Founder & Creative Director", detail: "Visionary leader with a passion for unearthing untold stories.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-tablet_23-2147808098.jpg", imageAlt: "Tunde Adebayo, Founder"},
{
id: "member-2",
title: "Ngozi Okafor",
subtitle: "Lead Editor & Storyteller",
detail: "Crafting compelling narratives that resonate with cultural intelligence.",
imageSrc: "http://img.b2bpic.net/free-photo/afican-american-women-brilliant-glitter-sequins-turqoise-dress-sitting-chair-white-room-with-decorative-rose-hands_627829-864.jpg",
imageAlt: "Ngozi Okafor, Lead Editor",
},
id: "member-2", title: "Ngozi Okafor", subtitle: "Lead Editor & Storyteller", detail: "Crafting compelling narratives that resonate with cultural intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/afican-american-women-brilliant-glitter-sequins-turqoise-dress-sitting-chair-white-room-with-decorative-rose-hands_627829-864.jpg", imageAlt: "Ngozi Okafor, Lead Editor"},
{
id: "member-3",
title: "Emeka Uzor",
subtitle: "Head of Production",
detail: "Bringing visuals to life from on-ground coverage to mobile content.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-with-camera_23-2148503626.jpg",
imageAlt: "Emeka Uzor, Head of Production",
},
id: "member-3", title: "Emeka Uzor", subtitle: "Head of Production", detail: "Bringing visuals to life from on-ground coverage to mobile content.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-with-camera_23-2148503626.jpg", imageAlt: "Emeka Uzor, Head of Production"},
{
id: "member-4",
title: "Femi Kolawole",
subtitle: "Community & Partnerships Lead",
detail: "Building bridges and fostering connections within the African creative scene.",
imageSrc: "http://img.b2bpic.net/free-photo/groups-diverse-young-people-bonding-enjoying-time-together-dreamy-aesthetic_23-2151664431.jpg",
imageAlt: "Femi Kolawole, Community Lead",
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2&_wi=4",
imageAlt: "african man creative director professional",
id: "member-4", title: "Femi Kolawole", subtitle: "Community & Partnerships Lead", detail: "Building bridges and fostering connections within the African creative scene.", imageSrc: "http://img.b2bpic.net/free-photo/groups-diverse-young-people-bonding-enjoying-time-together-dreamy-aesthetic_23-2151664431.jpg", imageAlt: "Femi Kolawole, Community Lead"},
]
},
]}
title="OUR TEAM"
@@ -118,49 +80,29 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Stories",
href: "/stories",
},
label: "Stories", href: "/stories"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com/dysrvpt",
},
label: "Instagram", href: "https://instagram.com/dysrvpt"},
{
label: "TikTok",
href: "https://tiktok.com/@dysrvpt",
},
label: "TikTok", href: "https://tiktok.com/@dysrvpt"},
{
label: "X",
href: "https://x.com/dysrvpt",
},
label: "X", href: "https://x.com/dysrvpt"},
{
label: "YouTube",
href: "https://youtube.com/@dysrvpt",
},
label: "YouTube", href: "https://youtube.com/@dysrvpt"},
],
},
]}