From 355778cc493debc6aa7016c66ea605cda04e71d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:24:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 692c151..1049bdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { title="Le Carré 56" description="Bar à vin et restaurant sur le port de La Trinité-sur-Mer. Une expérience culinaire unique face aux voiliers." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/picnic-by-sea-with-flowers-glass-champagne-concept-holiday_169016-10285.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sharm-vacation-tropical-silhouette-light_1203-4806.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-by-ocean_23-2151991778.jpg" }, @@ -85,7 +85,7 @@ export default function LandingPage() { description="Situé face au port, Le Carré 56 propose une expérience mêlant restauration, bar à vin et ambiance conviviale." subdescription="Profitez d'une terrasse avec vue sur les voiliers, service continu et atmosphère animée en journée comme en soirée." icon={Briefcase} - imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -116,10 +116,10 @@ export default function LandingPage() { 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", 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", 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", 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", 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" } ]} showRating={true} title="Avis clients" @@ -165,7 +165,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Votre email", required: true } ]} textarea={{ name: "message", placeholder: "Votre demande...", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg?_wi=2" /> -- 2.49.1