Update src/app/page.tsx

This commit is contained in:
2026-01-31 20:05:43 +00:00
parent 9d919da143
commit 1837c52078

View File

@@ -5,10 +5,10 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import TextAbout from '@/components/sections/about/TextAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Sparkles } from "lucide-react";
import TeamCardOne from '@/components/sections/team/TeamCardOne';
export default function LandingPage() {
return (
@@ -91,18 +91,27 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TeamCardOne
members={[{ name: "Team Member", role: "Role", image: "https://placehold.co/200x200" }]}
carouselMode="auto"
gridVariant="uniform-all-items-equal"
animationType="none"
title="Powerful Voices, Shared Impact"
description="Hear what the community and collaborators say about 25% West African and the energy we bring to every project and connection."
tag="Testimonials"
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
textboxLayout="default"
useInvertedBackground="invertDefault"
/>
<TestimonialCardTen
title="Powerful Voices, Shared Impact"
description="Hear what the community and collaborators say about 25% West African and the energy we bring to every project and connection."
tag="Testimonials"
textboxLayout="default"
useInvertedBackground="invertDefault"
testimonials={[
{
id: "1", title: "Authentic Cultural Celebration", quote: "25% West African brings an unmatched energy and authenticity to everything they do. Their commitment to celebrating heritage while pushing creative boundaries is inspiring.", name: "Amara Johnson", role: "Cultural Director", imageSrc: "https://img.b2bpic.net/free-photo/smiley-business-woman-front-view_23-2149457724.jpg", imageAlt: "Amara Johnson"
},
{
id: "2", title: "Community-Driven Impact", quote: "Working with this collective showed me what real community solidarity looks like. They don't just talk about West African pride—they live it every single day.", name: "Kofi Mensah", role: "Community Organizer", imageSrc: "https://img.b2bpic.net/free-photo/black-businesswoman-smiling_74855-1086.jpg", imageAlt: "Kofi Mensah"
},
{
id: "3", title: "Creative Excellence", quote: "The creative output from 25% West African is consistently brilliant. They blend traditional elements with modern aesthetics in ways that feel fresh and powerful.", name: "Zainab Ahmed", role: "Creative Producer", imageSrc: "https://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Zainab Ahmed"
},
{
id: "4", title: "True Collective Spirit", quote: "What sets them apart is their genuine unity. Five distinct personalities coming together as one force—that's rare and that's powerful. The world needs more of this.", name: "Kwame Osei", role: "Event Curator", imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-black-businesswoman-office_637285-9877.jpg", imageAlt: "Kwame Osei"
}
]}
/>
</div>
<div id="contact" data-section="contact">
@@ -132,20 +141,6 @@ export default function LandingPage() {
/>
</div>
<div id="team_card_one" data-section="team_card_one">
<TeamCardOne
members={[{ name: "Chinedu Nwankwo", role: "Creative Director", image: { } }]}
carouselMode="auto"
gridVariant="uniform-all-items-equal"
animationType="none"
title="Creative Leadership"
description="Meet the visionary behind the artistic direction of 25% West."
tag="Leadership"
buttons={[{ label: "Our Story", href: "" }, { label: "Join Us", href: "" }]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="25% WEST"