From 8497d5f2a00ae1cc2377c01df7b3ad884322682d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8d0e02..1b55f88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,45 +58,45 @@ export default function LandingPage() { description="Bienvenue au cœur de Sarralbe. Une pause gourmande dans un cadre authentique et chaleureux." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-cup-coffee-flowers_169016-1431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-cup-coffee-flowers_169016-1431.jpg?_wi=1", imageAlt: "Ambiance du café", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg?_wi=1", imageAlt: "Intérieur chaleureux", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg?_wi=1", imageAlt: "Café frais", }, { - imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg?_wi=1", imageAlt: "Pâtisserie maison", }, { - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=1", imageAlt: "Sélection de vins", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg?_wi=2", imageAlt: "Service café", }, { - imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg?_wi=2", imageAlt: "Petit déjeuner", }, { - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=2", imageAlt: "Soirée détente", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-cup-coffee-flowers_169016-1431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-cup-coffee-flowers_169016-1431.jpg?_wi=2", imageAlt: "Vue terrasse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263583.jpg?_wi=2", imageAlt: "L'esprit bistrot", }, ]} @@ -193,19 +193,19 @@ export default function LandingPage() { id: "p1", name: "Café Signature", price: "2.50€", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116855.jpg?_wi=3", }, { id: "p2", name: "Croissant Maison", price: "1.80€", - imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4097.jpg?_wi=3", }, { id: "p3", name: "Sélection Vins", price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=3", }, ]} title="Nos Spécialités" @@ -224,7 +224,7 @@ export default function LandingPage() { name: "Marie L.", role: "Habituée", testimonial: "Un lieu incontournable à Sarralbe pour bien démarrer la journée.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-elderly-woman-sitting-table-cafe_23-2148216422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-elderly-woman-sitting-table-cafe_23-2148216422.jpg?_wi=1", }, { id: "2", @@ -252,7 +252,7 @@ export default function LandingPage() { name: "Pierre B.", role: "Amateur de café", testimonial: "La qualité des produits est toujours irréprochable.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-elderly-woman-sitting-table-cafe_23-2148216422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-elderly-woman-sitting-table-cafe_23-2148216422.jpg?_wi=2", }, ]} title="Ce que disent nos clients" -- 2.49.1