From 220486411707d4ec89f023fb95d9dfd665b64d4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:55:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27398fe..3444fdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet de roses roses et blanches" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=1", imageAlt: "Bouquet de roses roses et blanches" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-altar_1157-791.jpg", imageAlt: "Fleurs de mariage élégantes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg", imageAlt: "Arrangement de fleurs printanières" }, + { imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg?_wi=1", imageAlt: "Arrangement de fleurs printanières" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-wedding-bouquet_1153-629.jpg", imageAlt: "Arrangements floraux professionnels" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-bouquet-flowers_23-2148463250.jpg", imageAlt: "Livraison de fleurs à domicile" }, - { imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg", imageAlt: "Composition florale haut de gamme" }, + { imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg?_wi=1", imageAlt: "Composition florale haut de gamme" }, { imageSrc: "http://img.b2bpic.net/free-photo/fresh-white-flowers-vase-marble-table_114579-65965.jpg", imageAlt: "Fleurs de condoléances respectueuses" }, - { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet artisanal signature" } + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=2", imageAlt: "Bouquet artisanal signature" } ]} buttons={[ { text: "Commander", href: "contact-cta" }, @@ -90,9 +90,9 @@ export default function LandingPage() { tagIcon={Flower2} tagAnimation="slide-up" products={[ - { id: "1", name: "Bouquet Romance Rose", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet de roses roses et blanches" }, - { id: "2", name: "Composition Printemps", price: "À partir de 55€", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg", imageAlt: "Arrangement de fleurs printanières" }, - { id: "3", name: "Création Signature", price: "À partir de 65€", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg", imageAlt: "Composition florale haut de gamme" } + { id: "1", name: "Bouquet Romance Rose", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=3", imageAlt: "Bouquet de roses roses et blanches" }, + { id: "2", name: "Composition Printemps", price: "À partir de 55€", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg?_wi=2", imageAlt: "Arrangement de fleurs printanières" }, + { id: "3", name: "Création Signature", price: "À partir de 65€", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg?_wi=2", imageAlt: "Composition florale haut de gamme" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1