From a1f6661d76016e86c0cae05325b1728f845887f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:38:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1945b4f..42a63e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-with-shrimps-white-spoons_1262-1803.jpg", imageAlt: "Buffet asiatique Gourmet D'Asie"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sushis frais à volonté"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=1", imageAlt: "Sushis frais à volonté"}, { imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Ambiance conviviale du restaurant"}, ]} @@ -87,7 +87,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Gourmet D'Asie", name: "Sushis Variés", price: "À volonté", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg", imageAlt: "Sélection de sushis frais"}, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-variety-fish-delivery-sushi-package-different-types-rolls_132075-14243.jpg?_wi=2", imageAlt: "Sélection de sushis frais"}, { id: "2", brand: "Gourmet D'Asie", name: "Plats Chauds & Wok", price: "À volonté", rating: 5, reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-pan-filled-with-delicious-noodles-vegetables-kitchen_181624-28291.jpg", imageAlt: "Plats chauds et spécialités wok"}, @@ -134,16 +134,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marie Dupont", handle: "@marie_lesorbiers", testimonial: "Excellent buffet ! La variété est impressionnante et tout est très frais. Le rapport qualité-prix est imbattable. On y retourne régulièrement en famille.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Marie Dupont"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Marie Dupont"}, { id: "2", name: "Jean Martin", handle: "@jean_martin85", testimonial: "Parfait pour les réunions de groupe ! Les serveuses sont attentives, l'ambiance est conviviale et les plats sont délicieux. Fortement recommandé.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Jean Martin"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Jean Martin"}, { id: "3", name: "Sophie Bernard", handle: "@sophie_food_lover", testimonial: "Les sushis sont excellents et le choix de plats chauds également. C'est vraiment un incontournable aux Herbiers. Prix très raisonnable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Bernard"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sophie Bernard"}, { id: "4", name: "Pierre Leclerc", handle: "@pierre_gourmet", testimonial: "Excellente expérience pour l'anniversaire de ma fille. Beaucoup de place, service rapide et nourriture de qualité. On a déjà réservé pour la prochaine occasion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Pierre Leclerc"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Pierre Leclerc"}, ]} /> -- 2.49.1