Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d919da143 | |||
| 5b267de2fb |
@@ -5,10 +5,10 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|||||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Sparkles } from "lucide-react";
|
import { Sparkles } from "lucide-react";
|
||||||
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -91,26 +91,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<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"
|
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."
|
description="Hear what the community and collaborators say about 25% West African and the energy we bring to every project and connection."
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
|
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
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>
|
||||||
|
|
||||||
@@ -141,6 +132,20 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="25% WEST"
|
logoText="25% WEST"
|
||||||
|
|||||||
Reference in New Issue
Block a user