Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,6 @@ 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 FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -216,46 +215,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505307609-yqz91z3h.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766505307609-yqz91z3h.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user