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."