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