Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4e3b0b326 | |||
| be710c1072 | |||
| 1837c52078 |
@@ -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 (
|
||||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
tag="The Collective"
|
tag="The Collective"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Noyetta", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1769889479136-x2llvhfx.jpg", imageAlt: "Noyetta - 25% West African member"
|
id: "1", name: "Noyetta", imageSrc: "", imageAlt: "Noyetta - 25% West African member"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Reals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1769889559582-u6jb81pn.jpg", imageAlt: "Reals - 25% West African member"
|
id: "2", name: "Reals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1769889559582-u6jb81pn.jpg", imageAlt: "Reals - 25% West African member"
|
||||||
@@ -91,18 +91,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TeamCardOne
|
<TestimonialCardTen
|
||||||
members={[{ name: "Team Member", role: "Role", image: "https://placehold.co/200x200" }]}
|
title="Powerful Voices, Shared Impact"
|
||||||
carouselMode="auto"
|
description="Hear what the community and collaborators say about 25% West African and the energy we bring to every project and connection."
|
||||||
gridVariant="uniform-all-items-equal"
|
tag="Testimonials"
|
||||||
animationType="none"
|
textboxLayout="default"
|
||||||
title="Powerful Voices, Shared Impact"
|
useInvertedBackground="invertDefault"
|
||||||
description="Hear what the community and collaborators say about 25% West African and the energy we bring to every project and connection."
|
testimonials={[
|
||||||
tag="Testimonials"
|
{
|
||||||
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
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"
|
||||||
textboxLayout="default"
|
},
|
||||||
useInvertedBackground="invertDefault"
|
{
|
||||||
/>
|
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>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
@@ -132,20 +141,6 @@ 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