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