5 Commits

Author SHA1 Message Date
a5d778e2a7 Merge version_4 into main
Merge version_4 into main
2026-04-21 12:28:33 +00:00
291f9bc1aa Update src/app/page.tsx 2026-04-21 12:28:30 +00:00
ae3fdfd550 Merge version_3 into main
Merge version_3 into main
2026-04-21 12:26:24 +00:00
1cb1ce4f7f Update src/app/page.tsx 2026-04-21 12:26:20 +00:00
8686c80e4c Merge version_2 into main
Merge version_2 into main
2026-04-21 12:24:56 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
{ id: "p6", name: "Dessert maison", price: "8€", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-posing-together-retro-style-with-beverage_23-2149525831.jpg" }
]}
title="La Carte"
description="Découvrez nos suggestions gourmandes, élaborées avec des produits locaux frais pour garantir une qualité et une saveur irréprochables."
description="Notre sélection évolue au fil des saisons. Savourez des plats fraîchement préparés à partir d'ingrédients rigoureusement sélectionnés auprès de nos producteurs locaux partenaires."
/>
</div>
@@ -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 dattente 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."
/>
</div>