Compare commits
10 Commits
cab7634915
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a13c9e6f12 | |||
| 95a29cea86 | |||
| b7fbdd8420 | |||
| 2d6aff0e4a | |||
| 47b473fd0f | |||
| 87e6fa7077 | |||
| 6b259b8d76 | |||
| f98c76e8fe | |||
| 3ade583102 | |||
| 30ae1bb557 |
@@ -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",
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
276
src/app/page.tsx
276
src/app/page.tsx
@@ -32,25 +32,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"
|
||||
@@ -61,57 +51,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Stories",
|
||||
href: "/stories",
|
||||
},
|
||||
text: "Explore Stories", href: "/stories"},
|
||||
{
|
||||
text: "Work With Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Work With Us", href: "/contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg?_wi=1", 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",
|
||||
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",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg?_wi=1", 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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg?_wi=1", 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",
|
||||
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",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=1", 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",
|
||||
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",
|
||||
},
|
||||
videoSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-men-playing-music_23-2149029463.jpg?_wi=1", 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",
|
||||
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",
|
||||
},
|
||||
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?_wi=2", imageAlt: "african rave party crowd dancing night"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,72 +94,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
mediaItems: [
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg",
|
||||
imageAlt: "Mobile phone content creation",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2",
|
||||
imageAlt: "african street photographer documentary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050242.jpg", imageAlt: "Mobile phone content creation"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Mobile-First Content Creation",
|
||||
description: "Fast, raw, social-first visuals designed for immediate impact.",
|
||||
icon: Smartphone,
|
||||
title: "Mobile-First Content Creation", description: "Fast, raw, social-first visuals designed for immediate impact.", icon: Smartphone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-traditional-african-attire-outdoors_23-2150572652.jpg",
|
||||
imageAlt: "African content creator filming",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-traditional-african-attire-outdoors_23-2150572652.jpg", imageAlt: "African content creator filming"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-cages-wall_53876-15066.jpg",
|
||||
imageAlt: "African creative studio setup",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg",
|
||||
imageAlt: "african street photographer documentary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-cages-wall_53876-15066.jpg", imageAlt: "African creative studio setup"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Culture Storytelling",
|
||||
description: "Long-form articles, interviews, and features documenting the stories behind the movement.",
|
||||
icon: Feather,
|
||||
title: "Culture Storytelling", description: "Long-form articles, interviews, and features documenting the stories behind the movement.", icon: Feather,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-man_23-2150771039.jpg",
|
||||
imageAlt: "African woman reading editorial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-man_23-2150771039.jpg", imageAlt: "African woman reading editorial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680938.jpg",
|
||||
imageAlt: "African community gathering",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-spanish-man-posing-red-wall-background-sunny-day_181624-54408.jpg",
|
||||
imageAlt: "african street photographer documentary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-working-pottery_23-2151680938.jpg", imageAlt: "African community gathering"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Creative Talent Amplification",
|
||||
description: "Positioning artists, DJs, and disruptors at the centre of cultural conversations.",
|
||||
icon: Mic,
|
||||
title: "Creative Talent Amplification", description: "Positioning artists, DJs, and disruptors at the centre of cultural conversations.", icon: Mic,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-stretching-night-city_23-2149285678.jpg",
|
||||
imageAlt: "African DJ performing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-stretching-night-city_23-2149285678.jpg", imageAlt: "African DJ performing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-clay-sculpting-front-view_23-2149730879.jpg",
|
||||
imageAlt: "African fashion designer",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg",
|
||||
imageAlt: "african street photographer documentary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-clay-sculpting-front-view_23-2149730879.jpg", imageAlt: "African fashion designer"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="WHAT WE DO"
|
||||
@@ -215,71 +144,17 @@ export default function LandingPage() {
|
||||
description="Explore our latest editorial cards across diverse categories."
|
||||
blogs={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -292,25 +167,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "Authentic",
|
||||
title: "Real Stories",
|
||||
description: "Authentic stories from the people shaping culture.",
|
||||
icon: Sparkles,
|
||||
id: "metric-1", value: "Authentic", title: "Real Stories", description: "Authentic stories from the people shaping culture.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Exclusive",
|
||||
title: "Real Access",
|
||||
description: "On-the-ground reporting and embedded coverage.",
|
||||
icon: Compass,
|
||||
id: "metric-2", value: "Exclusive", title: "Real Access", description: "On-the-ground reporting and embedded coverage.", icon: Compass,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Connected",
|
||||
title: "Real Community",
|
||||
description: "Built alongside the communities we document.",
|
||||
icon: Users,
|
||||
id: "metric-3", value: "Connected", title: "Real Community", description: "Built alongside the communities we document.", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="WE DON'T CHASE CULTURE. WE DOCUMENT IT."
|
||||
@@ -323,17 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Sunday Service",
|
||||
"Our House NG",
|
||||
"Headslicer",
|
||||
"Fearless NG",
|
||||
"Open House Accra",
|
||||
"KVLT",
|
||||
"Smirnoff",
|
||||
"Pulse Fiesta",
|
||||
"Afro House In Lagos",
|
||||
"Day Breeze",
|
||||
]}
|
||||
"Sunday Service", "Our House NG", "Headslicer", "Fearless NG", "Open House Accra", "KVLT", "Smirnoff", "Pulse Fiesta", "Afro House In Lagos", "Day Breeze"]}
|
||||
title="OUR PARTNERS"
|
||||
description="Proudly collaborating with leading brands and cultural movements."
|
||||
/>
|
||||
@@ -343,16 +196,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="DON'T MISS THE NEXT WAVE."
|
||||
description="Get weekly updates on events, stories, interviews, and the culture shaping Africa right now."
|
||||
buttons={[
|
||||
{
|
||||
text: "STAY DYSRVPTIVE",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "STAY DYSRVPTIVE", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -361,49 +211,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,25 +27,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"
|
||||
@@ -60,61 +50,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "service-1",
|
||||
tag: "Featured",
|
||||
tagIcon: Check,
|
||||
price: "Bespoke",
|
||||
period: "/ project",
|
||||
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-1", tag: "Featured", tagIcon: Check,
|
||||
price: "Bespoke", period: "/ project", 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",
|
||||
tag: "Standard",
|
||||
tagIcon: Check,
|
||||
price: "Custom",
|
||||
period: "/ campaign",
|
||||
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-2", tag: "Standard", tagIcon: Check,
|
||||
price: "Custom", period: "/ campaign", 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",
|
||||
tag: "Premium",
|
||||
tagIcon: Check,
|
||||
price: "Tailored",
|
||||
period: "/ project",
|
||||
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",
|
||||
],
|
||||
id: "service-3", tag: "Premium", tagIcon: Check,
|
||||
price: "Tailored", period: "/ project", 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"
|
||||
@@ -129,72 +83,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Media Coverage",
|
||||
description: "Capturing the raw energy of events and personalities, ensuring every moment that matters is documented.",
|
||||
icon: Globe,
|
||||
title: "Media Coverage", description: "Capturing the raw energy of events and personalities, ensuring every moment that matters is documented.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-crew-filming-interview_23-2149037848.jpg",
|
||||
imageAlt: "Professional videographer at an African event",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-crew-filming-interview_23-2149037848.jpg", imageAlt: "Professional videographer at an African event"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-singing-outdoors_23-2149223611.jpg",
|
||||
imageAlt: "Camera crew filming a documentary",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m7mhs2",
|
||||
imageAlt: "professional videographer african event",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-singing-outdoors_23-2149223611.jpg", imageAlt: "Camera crew filming a documentary"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Mobile Content Creation",
|
||||
description: "Crafting engaging, shareable content optimized for today's fast-paced digital platforms.",
|
||||
icon: Smartphone,
|
||||
title: "Mobile Content Creation", description: "Crafting engaging, shareable content optimized for today's fast-paced digital platforms.", icon: Smartphone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414177.jpg",
|
||||
imageAlt: "Mobile content creator filming with a phone",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414177.jpg", 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",
|
||||
imageAlt: "African creative creating social media content",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-dancing-techno-party_23-2150639046.jpg",
|
||||
imageAlt: "professional videographer african event",
|
||||
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"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Editorial Storytelling",
|
||||
description: "Developing compelling narratives that explore the depth and nuances of African creativity.",
|
||||
icon: Feather,
|
||||
title: "Editorial Storytelling", description: "Developing compelling narratives that explore the depth and nuances of African creativity.", icon: Feather,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-typing-laptop_24972-2961.jpg",
|
||||
imageAlt: "Writer typing on a laptop for an editorial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-typing-laptop_24972-2961.jpg", 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",
|
||||
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",
|
||||
imageAlt: "professional videographer african event",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183723.jpg", imageAlt: "African woman reading a magazine"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Talent Amplification",
|
||||
description: "Elevating artists, DJs, and cultural disruptors through strategic media positioning and exposure.",
|
||||
icon: Mic,
|
||||
title: "Talent Amplification", description: "Elevating artists, DJs, and cultural disruptors through strategic media positioning and exposure.", icon: Mic,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-party-with-dj_23-2151108167.jpg",
|
||||
imageAlt: "African DJ performing on stage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-party-with-dj_23-2151108167.jpg", imageAlt: "African DJ performing on stage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532088.jpg",
|
||||
imageAlt: "Artist spotlight promotion in Africa",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-people-having-fun-together_329181-16456.jpg",
|
||||
imageAlt: "professional videographer african event",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532088.jpg", imageAlt: "Artist spotlight promotion in Africa"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="DELIVERING IMPACT THROUGH CULTURAL EXPERTISE"
|
||||
@@ -206,49 +128,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user