diff --git a/src/app/page.tsx b/src/app/page.tsx index fb3b342..c226a59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,15 +115,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Client A", handle: "@client", testimonial: "Très bon emplacement sur le port, ambiance agréable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg", imageAlt: "Wine glass" }, - { id: "2", name: "Client B", handle: "@client", testimonial: "Bonne cuisine, produits frais. Terrasse très sympa.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2", imageAlt: "Wine glass" }, - { id: "3", name: "Client C", handle: "@client", testimonial: "Endroit animé, parfait entre amis.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=2", imageAlt: "Wine glass" }, - { id: "4", name: "Client D", handle: "@client", testimonial: "Un peu d’attente mais cadre très agréable.", rating: 3, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg?_wi=1", imageAlt: "Wine glass" }, - { id: "5", name: "Client E", handle: "@client", testimonial: "Une adresse incontournable à La Trinité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=2", imageAlt: "Wine glass" } + { id: "1", name: "Sophie L.", handle: "@sophie_l", testimonial: "Le cadre est tout simplement magique, les planches sont généreuses et le vin excellent. Une halte obligatoire lors de chaque passage à La Trinité.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-cafe_144627-2856.jpg" }, + { id: "2", name: "Marc D.", handle: "@marc_d", testimonial: "Service souriant, vue imprenable sur les voiliers, et une carte des vins très bien travaillée. On s'y sent très bien.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-outdoors_144627-2857.jpg" }, + { id: "3", name: "Julie & Thomas", handle: "@julie_thomas", testimonial: "Parfait pour un apéro prolongé en fin de journée. L'ambiance est vraiment chaleureuse, nous recommandons sans hésiter.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-cafe_144627-2858.jpg" } ]} showRating={true} title="Avis clients" - description="Ce que pensent nos habitués." + description="Ce que disent nos visiteurs de nous." />