From ec5fc7d87fb1048fefcd0a3fa3b096bfadf14eb4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:12:40 +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 d102636..376ec86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { description="Authenticité, fraîcheur et passion. Découvrez nos sushis, nouilles sautées et donburis préparés chaque jour avec amour à Marseille." tag="Livraison Disponible" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Plateau de sushis frais" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Intérieur du restaurant" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=1", imageAlt: "Plateau de sushis frais" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg?_wi=2", imageAlt: "Intérieur du restaurant" } ]} mediaAnimation="blur-reveal" rating={5} @@ -80,11 +80,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Julie M.", role: "Habituée", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" }, - { id: "2", name: "Thomas P.", role: "Client", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" }, - { id: "3", name: "Claire R.", role: "Fan de sushi", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" }, - { id: "4", name: "Marc B.", role: "Habitué", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" }, - { id: "5", name: "Sophie L.", role: "Cliente", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg" } + { id: "1", name: "Julie M.", role: "Habituée", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=1" }, + { id: "2", name: "Thomas P.", role: "Client", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=2" }, + { id: "3", name: "Claire R.", role: "Fan de sushi", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=3" }, + { id: "4", name: "Marc B.", role: "Habitué", company: "Marseille", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=4" }, + { id: "5", name: "Sophie L.", role: "Cliente", company: "Estaque", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954883.jpg?_wi=5" } ]} title="Ce que disent nos clients" description="La satisfaction de nos habitués est notre plus belle réussite." -- 2.49.1