From ffb1837d70ced4961c8476be0ccaffc13c7af0ee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 13:30:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70b120a..254a98d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { textboxLayout="split-actions" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} - buttons={[{ text: "Voir tout le catalogue" }]} + buttons={[{ text: "Découvrir tout le catalogue" }]} products={[ { id: "p1", brand: "TechZone", name: "Smartphone Pro 2024", price: "799€", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries_23-2150806796.jpg" }, { id: "p2", brand: "Urban Wear", name: "Sweatshirt Vintage", price: "45€", rating: 4.5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg" }, -- 2.49.1