From 91ec97b7b4071ccf87ba1b608656468d1224e8d3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:25:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c46169..9a9bd8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,104 +47,59 @@ export default function LandingPage() { @@ -163,9 +110,7 @@ export default function LandingPage() { title="Une expérience beauté exclusive au cœur d'Ouled Fayet" buttons={[ { - text: "En savoir plus", - href: "#", - }, + text: "En savoir plus", href: "#"}, ]} /> @@ -178,41 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Sérum Éclat Infini", - price: "4500 DA", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg?_wi=1", - }, + id: "p1", name: "Sérum Éclat Infini", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-foundation-containers-arrangement_23-2149705544.jpg"}, { - id: "p2", - name: "Crème Hydratante Royale", - price: "3800 DA", - imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg?_wi=1", - }, + id: "p2", name: "Crème Hydratante Royale", price: "3800 DA", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-oil-dropper_23-2149016644.jpg"}, { - id: "p3", - name: "Parfum Signature", - price: "9500 DA", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg?_wi=1", - }, + id: "p3", name: "Parfum Signature", price: "9500 DA", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420718.jpg"}, { - id: "p4", - name: "Masque Visage Éclat", - price: "2200 DA", - imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435231.jpg", - }, + id: "p4", name: "Masque Visage Éclat", price: "2200 DA", imageSrc: "http://img.b2bpic.net/free-photo/view-male-beauty-products-with-rock-stone-display_23-2150435231.jpg"}, { - id: "p5", - name: "Protection UV Premium", - price: "3100 DA", - imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-flowers-arrangement_23-2149249576.jpg", - }, + id: "p5", name: "Protection UV Premium", price: "3100 DA", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-flowers-arrangement_23-2149249576.jpg"}, { - id: "p6", - name: "Baume Lèvres Soin", - price: "1800 DA", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipstick-flower_23-2149030378.jpg", - }, + id: "p6", name: "Baume Lèvres Soin", price: "1800 DA", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipstick-flower_23-2149030378.jpg"}, ]} title="Nos Coups de Cœur" description="Découvrez notre sélection rigoureuse de soins et parfums." @@ -224,14 +145,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Laneige", - "Sulwhasoo", - "Innisfree", - "Dr. Jart+", - "COSRX", - "Banila Co", - "Missha", - ]} + "Laneige", "Sulwhasoo", "Innisfree", "Dr. Jart+", "COSRX", "Banila Co", "Missha"]} title="Nos Marques Partenaires" description="Les plus grandes maisons de cosmétique réunies pour vous." /> @@ -239,33 +153,22 @@ export default function LandingPage() {