diff --git a/src/app/page.tsx b/src/app/page.tsx index eaaec8f..83c14fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,8 +111,8 @@ export default function LandingPage() { { id: "1", name: "Clara M.", role: "Cliente", company: "Passionnée", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg" }, { id: "2", name: "Sophie P.", role: "Cliente", company: "Fidèle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-afro-american-female-with-broad-smile-holds-mug-coffee-tea-enjoys-break-after-hard-working-day_273609-3085.jpg" }, { id: "3", name: "Julie L.", role: "Cliente", company: "Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-pleased-brunette-woman-blur-city-shot-caucasian-enchanting-girl-with-trendy-haircut_197531-11295.jpg" }, - { id: "4", name: "Marie R.", role: "Cliente", company: "Artisanat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stunning-woman-with-trendy-make-up-holding-glass-wine-touching-her-blonde-hair-outdoor-portrait-glamorous-female-model-with-goblet-champagne_197531-4293.jpg" }, - { id: "5", name: "Thomas G.", role: "Client", company: "Collectionneur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stunning-woman-with-trendy-make-up-holding-glass-wine-touching-her-blonde-hair-outdoor-portrait-glamorous-female-model-with-goblet-champagne_197531-4293.jpg" }, + { id: "4", name: "Marie R.", role: "Cliente", company: "Artisanat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stunning-woman-with-trendy-make-up-holding-glass-wine-touching-her-blonde-hair-outdoor-portrait-glamorous-female-model-with-goblet-champagne_197531-4293.jpg?_wi=1" }, + { id: "5", name: "Thomas G.", role: "Client", company: "Collectionneur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stunning-woman-with-trendy-make-up-holding-glass-wine-touching-her-blonde-hair-outdoor-portrait-glamorous-female-model-with-goblet-champagne_197531-4293.jpg?_wi=2" }, ]} kpiItems={[ { value: "500+", label: "Bijoux créés" }, @@ -134,7 +134,7 @@ export default function LandingPage() { { name: "Email", type: "email", placeholder: "Votre email", required: true }, ]} textarea={{ name: "Message", placeholder: "Votre message", required: true }} - imageSrc="http://img.b2bpic.net/free-vector/artistic-golden-round-swirl-background-wedding-invitation_1017-62110.jpg" + imageSrc="http://img.b2bpic.net/free-vector/artistic-golden-round-swirl-background-wedding-invitation_1017-62110.jpg?_wi=1" imageAlt="Logo L'Etincelle" mediaAnimation="slide-up" /> @@ -142,7 +142,7 @@ export default function LandingPage() {