Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-06-10 03:39:00 +00:00
3 changed files with 122 additions and 448 deletions

View File

@@ -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",
},
], ],
}, },
]} ]}

View File

@@ -32,25 +32,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"
@@ -61,57 +51,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="DOCUMENTING THE CULTURE AS IT HAPPENS." title="DOCUMENTING THE CULTURE AS IT HAPPENS."
description="From underground raves to the creatives shaping Africa's future, DYSRVPT tells the stories behind the movement." description="From underground raves to the creatives shaping Africa's future, DYSRVPT tells the stories behind the movement."
buttons={[ buttons={[
{ {
text: "Explore Stories", text: "Explore Stories", href: "/stories"},
href: "/stories",
},
{ {
text: "Work With Us", text: "Work With Us", href: "/contact"},
href: "/contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=1", videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg", videoAriaLabel: "African rave party crowd dancing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "African rave party crowd dancing",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=2",
imageAlt: "african rave party crowd dancing night",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=1", videoSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg", videoAriaLabel: "African DJ performing on stage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "African DJ performing on stage",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2&_wi=1",
imageAlt: "african rave party crowd dancing night",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=1", videoSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg", videoAriaLabel: "Dynamic cultural event in Africa", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "Dynamic cultural event in Africa",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=2",
imageAlt: "african rave party crowd dancing night",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=1", videoSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", videoAriaLabel: "Behind the scenes of an African creative project", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "Behind the scenes of an African creative project",
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=2",
imageAlt: "african rave party crowd dancing night",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg?_wi=1", videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg", videoAriaLabel: "African drummer performing energetically", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "African drummer performing energetically",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=2",
imageAlt: "african rave party crowd dancing night",
},
{ {
videoSrc: "http://img.b2bpic.net/free-photo/beautiful-cubism-graffiti_23-2150555452.jpg", videoSrc: "http://img.b2bpic.net/free-photo/beautiful-cubism-graffiti_23-2150555452.jpg", videoAriaLabel: "Vibrant African street art mural", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg", imageAlt: "african rave party crowd dancing night"},
videoAriaLabel: "Vibrant African street art mural",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg?_wi=2",
imageAlt: "african rave party crowd dancing night",
},
]} ]}
/> />
</div> </div>
@@ -133,72 +94,40 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "On-Ground Media Coverage", title: "On-Ground Media Coverage", description: "We show up where it's happening—capturing the energy, people, and moments shaping culture in real time.", icon: Globe,
description: "We show up where it's happening—capturing the energy, people, and moments shaping culture in real time.",
icon: Globe,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672333.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672333.jpg", imageAlt: "African street photographer"},
imageAlt: "African street photographer",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg", imageAlt: "Mobile phone content creation"},
imageAlt: "Mobile phone content creation", ]
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2&_wi=2",
imageAlt: "african street photographer documentary",
}, },
{ {
title: "Mobile-First Content Creation", title: "Mobile-First Content Creation", description: "Fast, raw, social-first visuals designed for immediate impact.", icon: Smartphone,
description: "Fast, raw, social-first visuals designed for immediate impact.",
icon: Smartphone,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-traditional-african-attire-outdoors_23-2150572652.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-traditional-african-attire-outdoors_23-2150572652.jpg", imageAlt: "African content creator filming"},
imageAlt: "African content creator filming",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fish-cages-wall_53876-15066.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fish-cages-wall_53876-15066.jpg", imageAlt: "African creative studio setup"},
imageAlt: "African creative studio setup", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=3",
imageAlt: "african street photographer documentary",
}, },
{ {
title: "Culture Storytelling", title: "Culture Storytelling", description: "Long-form articles, interviews, and features documenting the stories behind the movement.", icon: Feather,
description: "Long-form articles, interviews, and features documenting the stories behind the movement.",
icon: Feather,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-man_23-2150771039.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-man_23-2150771039.jpg", imageAlt: "African woman reading editorial"},
imageAlt: "African woman reading editorial",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680938.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680938.jpg", imageAlt: "African community gathering"},
imageAlt: "African community gathering", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=3",
imageAlt: "african street photographer documentary",
}, },
{ {
title: "Creative Talent Amplification", title: "Creative Talent Amplification", description: "Positioning artists, DJs, and disruptors at the centre of cultural conversations.", icon: Mic,
description: "Positioning artists, DJs, and disruptors at the centre of cultural conversations.",
icon: Mic,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-man-stretching-night-city_23-2149285678.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-stretching-night-city_23-2149285678.jpg", imageAlt: "African DJ performing"},
imageAlt: "African DJ performing",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-clay-sculpting-front-view_23-2149730879.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-clay-sculpting-front-view_23-2149730879.jpg", imageAlt: "African fashion designer"},
imageAlt: "African fashion designer", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=3",
imageAlt: "african street photographer documentary",
}, },
]} ]}
title="WHAT WE DO" title="WHAT WE DO"
@@ -215,71 +144,17 @@ export default function LandingPage() {
description="Explore our latest editorial cards across diverse categories." description="Explore our latest editorial cards across diverse categories."
blogs={[ blogs={[
{ {
id: "featured-1", id: "featured-1", category: "Weekend Guides", title: "Where To Be This Weekend", excerpt: "Weekly nightlife guide in collaboration with Vibe Arkitech.", imageSrc: "http://img.b2bpic.net/free-photo/people-walking-through-alley_23-2152004245.jpg", imageAlt: "African nightlife scene", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg", date: "July 26, 2024"},
category: "Weekend Guides",
title: "Where To Be This Weekend",
excerpt: "Weekly nightlife guide in collaboration with Vibe Arkitech.",
imageSrc: "http://img.b2bpic.net/free-photo/people-walking-through-alley_23-2152004245.jpg",
imageAlt: "African nightlife scene",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg",
date: "July 26, 2024",
},
{ {
id: "featured-2", id: "featured-2", category: "Event Spotlight", title: "Unfiltered: Behind the Scenes at Afro Rave Lagos", excerpt: "Visual interviews and behind-the-scenes event coverage of the hottest raves.", imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185590.jpg", imageAlt: "Behind the scenes event coverage", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-posing-stylish-green-dress-isolated-green-background_285396-11041.jpg", date: "July 20, 2024"},
category: "Event Spotlight",
title: "Unfiltered: Behind the Scenes at Afro Rave Lagos",
excerpt: "Visual interviews and behind-the-scenes event coverage of the hottest raves.",
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185590.jpg",
imageAlt: "Behind the scenes event coverage",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-posing-stylish-green-dress-isolated-green-background_285396-11041.jpg",
date: "July 20, 2024",
},
{ {
id: "featured-3", id: "featured-3", category: "Creative Spotlight", title: "The DJ Shaping Lagos' Soundscape", excerpt: "Features on DJs, artists, and culture disruptors defining the sound of now.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-smiling-working-laptop_482257-17761.jpg", imageAlt: "African DJ portrait", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/man-holding-clapperboard_1187-2062.jpg", date: "July 15, 2024"},
category: "Creative Spotlight",
title: "The DJ Shaping Lagos' Soundscape",
excerpt: "Features on DJs, artists, and culture disruptors defining the sound of now.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-smiling-working-laptop_482257-17761.jpg",
imageAlt: "African DJ portrait",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/man-holding-clapperboard_1187-2062.jpg",
date: "July 15, 2024",
},
{ {
id: "featured-4", id: "featured-4", category: "Short Reads", title: "Why African Culture is Disrupting Global Norms", excerpt: "Fast, digestible culture commentary on emerging trends and movements.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-hot-drink-poster-with-eyeglasses-bedsheet_23-2147887681.jpg", imageAlt: "Person reading a short article", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696485.jpg", date: "July 10, 2024"},
category: "Short Reads",
title: "Why African Culture is Disrupting Global Norms",
excerpt: "Fast, digestible culture commentary on emerging trends and movements.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-hot-drink-poster-with-eyeglasses-bedsheet_23-2147887681.jpg",
imageAlt: "Person reading a short article",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696485.jpg",
date: "July 10, 2024",
},
{ {
id: "featured-5", id: "featured-5", category: "Long Reads", title: "The Archival Imperative: Preserving African Underground Scenes", excerpt: "Research-driven editorial features and in-depth reporting on critical cultural topics.", imageSrc: "http://img.b2bpic.net/free-photo/archaeological-cave-paintings_23-2151786599.jpg", imageAlt: "Research documents and notes", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-84909.jpg", date: "July 5, 2024"},
category: "Long Reads",
title: "The Archival Imperative: Preserving African Underground Scenes",
excerpt: "Research-driven editorial features and in-depth reporting on critical cultural topics.",
imageSrc: "http://img.b2bpic.net/free-photo/archaeological-cave-paintings_23-2151786599.jpg",
imageAlt: "Research documents and notes",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-84909.jpg",
date: "July 5, 2024",
},
{ {
id: "featured-6", id: "featured-6", category: "Creative Spotlight", title: "Emerging Visual Artists of Abuja", excerpt: "Spotlighting new talent in visual arts across Nigerian cities.", imageSrc: "http://img.b2bpic.net/free-photo/artist-listening-music-creating-abstract-painting-with-his-fingers_482257-118510.jpg", imageAlt: "African art gallery exhibition", authorName: "DYSRVPT Staff", authorAvatar: "http://img.b2bpic.net/free-photo/angry-woman-holding-submachine-gun_1187-1038.jpg", date: "June 28, 2024"},
category: "Creative Spotlight",
title: "Emerging Visual Artists of Abuja",
excerpt: "Spotlighting new talent in visual arts across Nigerian cities.",
imageSrc: "http://img.b2bpic.net/free-photo/artist-listening-music-creating-abstract-painting-with-his-fingers_482257-118510.jpg",
imageAlt: "African art gallery exhibition",
authorName: "DYSRVPT Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/angry-woman-holding-submachine-gun_1187-1038.jpg",
date: "June 28, 2024",
},
]} ]}
/> />
</div> </div>
@@ -292,25 +167,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "metric-1", id: "metric-1", value: "Authentic", title: "Real Stories", description: "Authentic stories from the people shaping culture.", icon: Sparkles,
value: "Authentic",
title: "Real Stories",
description: "Authentic stories from the people shaping culture.",
icon: Sparkles,
}, },
{ {
id: "metric-2", id: "metric-2", value: "Exclusive", title: "Real Access", description: "On-the-ground reporting and embedded coverage.", icon: Compass,
value: "Exclusive",
title: "Real Access",
description: "On-the-ground reporting and embedded coverage.",
icon: Compass,
}, },
{ {
id: "metric-3", id: "metric-3", value: "Connected", title: "Real Community", description: "Built alongside the communities we document.", icon: Users,
value: "Connected",
title: "Real Community",
description: "Built alongside the communities we document.",
icon: Users,
}, },
]} ]}
title="WE DON'T CHASE CULTURE. WE DOCUMENT IT." title="WE DON'T CHASE CULTURE. WE DOCUMENT IT."
@@ -323,17 +186,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Sunday Service", "Sunday Service", "Our House NG", "Headslicer", "Fearless NG", "Open House Accra", "KVLT", "Smirnoff", "Pulse Fiesta", "Afro House In Lagos", "Day Breeze"]}
"Our House NG",
"Headslicer",
"Fearless NG",
"Open House Accra",
"KVLT",
"Smirnoff",
"Pulse Fiesta",
"Afro House In Lagos",
"Day Breeze",
]}
title="OUR PARTNERS" title="OUR PARTNERS"
description="Proudly collaborating with leading brands and cultural movements." description="Proudly collaborating with leading brands and cultural movements."
/> />
@@ -343,16 +196,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Newsletter" tag="Newsletter"
title="DON'T MISS THE NEXT WAVE." title="DON'T MISS THE NEXT WAVE."
description="Get weekly updates on events, stories, interviews, and the culture shaping Africa right now." description="Get weekly updates on events, stories, interviews, and the culture shaping Africa right now."
buttons={[ buttons={[
{ {
text: "STAY DYSRVPTIVE", text: "STAY DYSRVPTIVE", href: "/contact"},
href: "/contact",
},
]} ]}
/> />
</div> </div>
@@ -361,49 +211,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",
},
], ],
}, },
]} ]}

View File

@@ -27,25 +27,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"
@@ -60,61 +50,25 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "service-1", id: "service-1", tag: "Featured", tagIcon: Check,
tag: "Featured", price: "Bespoke", period: "/ project", description: "Comprehensive documentation of events, artists, and cultural moments with a premium touch.", button: {
tagIcon: Check, text: "Inquire Now", href: "/contact"},
price: "Bespoke", featuresTitle: "Includes:", features: [
period: "/ project", "On-Ground Photo/Video Teams", "Exclusive Interviews", "High-Quality Event Recaps", "Pre- and Post-Event Coverage"],
description: "Comprehensive documentation of events, artists, and cultural moments with a premium touch.",
button: {
text: "Inquire Now",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"On-Ground Photo/Video Teams",
"Exclusive Interviews",
"High-Quality Event Recaps",
"Pre- and Post-Event Coverage",
],
}, },
{ {
id: "service-2", id: "service-2", tag: "Standard", tagIcon: Check,
tag: "Standard", price: "Custom", period: "/ campaign", description: "Engaging and dynamic content tailored for social media, designed for viral impact.", button: {
tagIcon: Check, text: "Inquire Now", href: "/contact"},
price: "Custom", featuresTitle: "Includes:", features: [
period: "/ campaign", "Short-Form Video Production", "Social-First Visuals", "Platform Optimization", "Rapid Content Turnaround"],
description: "Engaging and dynamic content tailored for social media, designed for viral impact.",
button: {
text: "Inquire Now",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"Short-Form Video Production",
"Social-First Visuals",
"Platform Optimization",
"Rapid Content Turnaround",
],
}, },
{ {
id: "service-3", id: "service-3", tag: "Premium", tagIcon: Check,
tag: "Premium", price: "Tailored", period: "/ project", description: "In-depth editorial pieces, from artist profiles to cultural analyses, delivered with journalistic integrity.", button: {
tagIcon: Check, text: "Inquire Now", href: "/contact"},
price: "Tailored", featuresTitle: "Includes:", features: [
period: "/ project", "Long-Form Articles & Essays", "Artist & Industry Interviews", "Culture Reports & Trends", "Research-Backed Narratives"],
description: "In-depth editorial pieces, from artist profiles to cultural analyses, delivered with journalistic integrity.",
button: {
text: "Inquire Now",
href: "/contact",
},
featuresTitle: "Includes:",
features: [
"Long-Form Articles & Essays",
"Artist & Industry Interviews",
"Culture Reports & Trends",
"Research-Backed Narratives",
],
}, },
]} ]}
title="OUR SERVICES" title="OUR SERVICES"
@@ -129,72 +83,40 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Media Coverage", title: "Media Coverage", description: "Capturing the raw energy of events and personalities, ensuring every moment that matters is documented.", icon: Globe,
description: "Capturing the raw energy of events and personalities, ensuring every moment that matters is documented.",
icon: Globe,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-crew-filming-interview_23-2149037848.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-crew-filming-interview_23-2149037848.jpg", imageAlt: "Professional videographer at an African event"},
imageAlt: "Professional videographer at an African event",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-singing-outdoors_23-2149223611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-singing-outdoors_23-2149223611.jpg", imageAlt: "Camera crew filming a documentary"},
imageAlt: "Camera crew filming a documentary", ]
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2&_wi=3",
imageAlt: "professional videographer african event",
}, },
{ {
title: "Mobile Content Creation", title: "Mobile Content Creation", description: "Crafting engaging, shareable content optimized for today's fast-paced digital platforms.", icon: Smartphone,
description: "Crafting engaging, shareable content optimized for today's fast-paced digital platforms.",
icon: Smartphone,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414177.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414177.jpg", imageAlt: "Mobile content creator filming with a phone"},
imageAlt: "Mobile content creator filming with a phone",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/law-enforcement-agents-sitting-flooor-investigating-crime-together-african-american-man-woman-detective-partners-analyzing-case-files-drinking-coffee-night-time_482257-59774.jpg", imageSrc: "http://img.b2bpic.net/free-photo/law-enforcement-agents-sitting-flooor-investigating-crime-together-african-american-man-woman-detective-partners-analyzing-case-files-drinking-coffee-night-time_482257-59774.jpg", imageAlt: "African creative creating social media content"},
imageAlt: "African creative creating social media content", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=4",
imageAlt: "professional videographer african event",
}, },
{ {
title: "Editorial Storytelling", title: "Editorial Storytelling", description: "Developing compelling narratives that explore the depth and nuances of African creativity.", icon: Feather,
description: "Developing compelling narratives that explore the depth and nuances of African creativity.",
icon: Feather,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-typing-laptop_24972-2961.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-typing-laptop_24972-2961.jpg", imageAlt: "Writer typing on a laptop for an editorial"},
imageAlt: "Writer typing on a laptop for an editorial",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183723.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183723.jpg", imageAlt: "African woman reading a magazine"},
imageAlt: "African woman reading a magazine", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=4",
imageAlt: "professional videographer african event",
}, },
{ {
title: "Talent Amplification", title: "Talent Amplification", description: "Elevating artists, DJs, and cultural disruptors through strategic media positioning and exposure.", icon: Mic,
description: "Elevating artists, DJs, and cultural disruptors through strategic media positioning and exposure.",
icon: Mic,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fun-party-with-dj_23-2151108167.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fun-party-with-dj_23-2151108167.jpg", imageAlt: "African DJ performing on stage"},
imageAlt: "African DJ performing on stage",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532088.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532088.jpg", imageAlt: "Artist spotlight promotion in Africa"},
imageAlt: "Artist spotlight promotion in Africa", ]
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=4",
imageAlt: "professional videographer african event",
}, },
]} ]}
title="DELIVERING IMPACT THROUGH CULTURAL EXPERTISE" title="DELIVERING IMPACT THROUGH CULTURAL EXPERTISE"
@@ -206,49 +128,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",
},
], ],
}, },
]} ]}