From c5f27a997e8b90df62f06a9bc9d848a2be8bdf88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 11:04:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8afac92..a38009b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,9 +96,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Sérum Éclat", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955791.jpg" }, - { id: "2", name: "Crème Apaisante", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers-assortment_23-2149270050.jpg" }, - { id: "3", name: "Masque Botanique", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-facial-treatment_23-2148660802.jpg" }, + { id: "1", name: "Sérum Éclat", price: "45€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955791.jpg" }, + { id: "2", name: "Crème Apaisante", price: "38€", imageSrc: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers-assortment_23-2149270050.jpg" }, + { id: "3", name: "Masque Botanique", price: "52€", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-facial-treatment_23-2148660802.jpg" }, ]} title="Rituels de Luxe" description="Prolongez l'expérience spa avec notre gamme de produits biologiques." -- 2.49.1