From 94f4a2b4e06017914b1812f008cb18712860ca25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:48:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef7bed..629b0da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,13 +89,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Entrée", name: "Soupe à l'oignon", price: "8€", rating: 5, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg"}, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=1"}, { id: "2", brand: "Plat", name: "Blanquette de veau", price: "18€", rating: 5, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg"}, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=2"}, { id: "3", brand: "Dessert", name: "Crème brûlée", price: "7€", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bruschetta-meat-front-view_23-2148516950.jpg?_wi=3"}, ]} title="Nos Spécialités" description="Une sélection raffinée de plats français traditionnels préparés avec des produits frais." @@ -109,7 +109,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Marie L.", handle: "@mariel", testimonial: "Un accueil chaleureux et des plats typiquement français. Parfait pour une pause shopping.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg"}, + id: "1", name: "Marie L.", handle: "@mariel", testimonial: "Un accueil chaleureux et des plats typiquement français. Parfait pour une pause shopping.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=1"}, { id: "2", name: "Thomas B.", handle: "@thomasb", testimonial: "La meilleure brasserie de Domarin. Le service est rapide et le personnel adorable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-waitress-via-contactless-smart-phone-payment-bar_637285-2448.jpg"}, { @@ -117,7 +117,7 @@ export default function LandingPage() { { id: "4", name: "Julien D.", handle: "@juliend", testimonial: "Produits frais et cuisine généreuse. Une adresse incontournable.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg"}, { - id: "5", name: "Lucie M.", handle: "@luciem", testimonial: "Le rapport qualité-prix est excellent. Je recommande vivement le confit de canard !", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg"}, + id: "5", name: "Lucie M.", handle: "@luciem", testimonial: "Le rapport qualité-prix est excellent. Je recommande vivement le confit de canard !", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=2"}, ]} title="Ce que disent nos clients" description="Une expérience authentique à chaque visite."