Update src/app/about/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2"
|
||||||
logoAlt="DYSRVPT Logo"
|
logoAlt="DYSRVPT Logo"
|
||||||
@@ -69,44 +59,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
groups={[
|
groups={[
|
||||||
{
|
{
|
||||||
id: "core-team",
|
id: "core-team", groupTitle: "The Archivists", members: [
|
||||||
groupTitle: "The Archivists",
|
|
||||||
members: [
|
|
||||||
{
|
{
|
||||||
id: "member-1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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: "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",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="OUR TEAM"
|
title="OUR TEAM"
|
||||||
@@ -118,49 +80,29 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Stories",
|
label: "Stories", href: "/stories"},
|
||||||
href: "/stories",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://instagram.com/dysrvpt"},
|
||||||
href: "https://instagram.com/dysrvpt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "TikTok",
|
label: "TikTok", href: "https://tiktok.com/@dysrvpt"},
|
||||||
href: "https://tiktok.com/@dysrvpt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "X",
|
label: "X", href: "https://x.com/dysrvpt"},
|
||||||
href: "https://x.com/dysrvpt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "YouTube",
|
label: "YouTube", href: "https://youtube.com/@dysrvpt"},
|
||||||
href: "https://youtube.com/@dysrvpt",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user