From 468fee32fcef9ef6f8771c03de97524cc69365ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:31:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42a63e7..f7d81a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,17 +133,20 @@ export default function LandingPage() { useInvertedBackground={false} 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?_wi=1", imageAlt: "Marie Dupont"}, + id: "1", name: "Jo Z ", handle: "", testimonial: "Proposition plats variés, accueil agréable, un super moment ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARgEg54Iha0xXxTDhrSMcnjIDz/uploaded-1772565776466-meapv20o.png", imageAlt: "Jo Z "}, { - 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?_wi=1", imageAlt: "Jean Martin"}, + id: "2", name: "Jody ", handle: "", testimonial: "Large choix de nourriture qui est très bonne. +Le personnel est accueillant et sympathique. +Le restaurant a une belle décoration. ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARgEg54Iha0xXxTDhrSMcnjIDz/uploaded-1772566011641-8369ibpa.png", imageAlt: "Jody "}, { - 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?_wi=2", imageAlt: "Sophie Bernard"}, + id: "3", name: "Nathalie Allegros ", handle: "", testimonial: "Repas très bien produit frais et en quantité, salle agréable. +Nous avons passé un bon moment à refaire. ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARgEg54Iha0xXxTDhrSMcnjIDz/uploaded-1772566147735-zqbhff1w.png", imageAlt: "Nathalie Allegros "}, { - 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?_wi=2", imageAlt: "Pierre Leclerc"}, + id: "4", name: "Quentin Danesin ", handle: "", testimonial: "J'y vais depuis petit, et encore maintenant, jamais déçu. Je recommande 🙏🏻 … ", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARgEg54Iha0xXxTDhrSMcnjIDz/uploaded-1772566241634-amuyuofu.png", imageAlt: "Quentin Danesin "}, ]} /> -- 2.49.1