Merge version_2 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -8,6 +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 FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -215,6 +216,46 @@ 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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505307609-yqz91z3h.jpg"
|
||||
|
||||
Reference in New Issue
Block a user