2 Commits

Author SHA1 Message Date
a45330e02c Update src/app/page.tsx 2025-12-23 16:07:13 +00:00
c4d93480ed Update src/app/page.tsx 2025-12-23 16:02:52 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TeamCardFour from '@/components/sections/team/TeamCardFour'; import TeamCardFour from '@/components/sections/team/TeamCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactInline from '@/components/sections/contact/ContactInline'; import ContactInline from '@/components/sections/contact/ContactInline';
import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function LandingPage() { export default function LandingPage() {
@@ -216,43 +216,52 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonial-cta" data-section="testimonial-cta"> <div id="testimonials-card-one" data-section="testimonials-card-one">
<TestimonialCardFour <TestimonialCardOne
title="Client Success Stories" title="Client Testimonials"
description="Discover how our models have achieved their dreams" description="Success stories from our valued clients"
testimonials={[ testimonials={[
{ {
id: "1", id: "1",
quote: "Biba & Boba transformed my career completely. Their dedication and support are unparalleled in the industry.", name: "Alexandra Sterling",
name: "Sophia Laurent", role: "Model",
role: "International Fashion Model", company: "Biba & Boba Elite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505309816-u8qntja5.jpg" rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505309816-u8qntja5.jpg",
imageAlt: "Alexandra Sterling"
}, },
{ {
id: "2", id: "2",
quote: "The best decision I made was joining this agency. Professional, supportive, and results-oriented.", name: "Jordan Blake",
name: "Marcus Wright", role: "Model",
role: "Commercial & Runway Model", company: "Biba & Boba Elite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505310580-rfxty449.jpg" rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505310580-rfxty449.jpg",
imageAlt: "Jordan Blake"
}, },
{ {
id: "3", id: "3",
quote: "Their strategic approach to brand building is exceptional. I've never felt more valued as an artist.", name: "Maya Patel",
name: "Victoria Chen", role: "Model",
role: "Editorial & Print Model", company: "Biba & Boba Elite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505311523-y83os2nz.jpg" rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505311523-y83os2nz.jpg",
imageAlt: "Maya Patel"
}, },
{ {
id: "4", id: "4",
quote: "From my first meeting, I knew Biba & Boba was different. They genuinely invest in their talent.", name: "Sebastian Cross",
name: "James Rodriguez", role: "Model",
role: "Emerging Talent", company: "Biba & Boba Elite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505312690-6trqumg8.jpg" rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505312690-6trqumg8.jpg",
imageAlt: "Sebastian Cross"
} }
]} ]}
gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="noInvert"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert"
/> />
</div> </div>