From 9fd27bf993c03c411e398590fea68d5e4b735bf4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 10:05:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 355efcc..fe5f177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="one-large-left-three-stacked-right" animationType="slide-up" + useInvertedBackground={false} products={[ { id: "p1", name: "Canne à pêche Carbone", price: "120€", imageSrc: "http://img.b2bpic.net/free-photo/fishing-reel-fishing-lure-fishing-float-cork-fishing-net-table_23-2148189248.jpg" }, { id: "p2", name: "Moulinet Haute Précision", price: "85€", imageSrc: "http://img.b2bpic.net/free-photo/different-type-fishing-lures-around-black-wooden-slate-wooden-backdrop_23-2148189277.jpg" }, @@ -147,6 +148,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" useInvertedBackground={false} + showRating={true} testimonials={[ { id: "1", name: "Evan", handle: "@evan", testimonial: "Accueil parfait et magasin très propre. Conseils exceptionnels.", rating: 5, @@ -164,7 +166,6 @@ export default function LandingPage() { id: "5", name: "Sophie", handle: "@sophie", testimonial: "Des produits de niche introuvables ailleurs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-telling-secret-holding-paper-bag_23-2148316744.jpg"}, ]} - showRating={true} title="Avis clients" description="Ce que pensent nos pêcheurs passionnés." /> -- 2.49.1