From 6d5878b51db45813db5bae409957ff6e9249fcf8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7466cf..c583d39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", brand: "Espresso", name: "Détail 1", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg" }, { id: "2", brand: "Espresso", name: "Détail 2", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-breakfast_23-2148877586.jpg" }, @@ -85,6 +86,7 @@ export default function LandingPage() { description="Remplissez vos informations pour réserver votre machine." buttons={[{ text: "Confirmer la Commande" }]} background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1