From 78070d0eadbf7c94c3bbfef839b300fa7b2e20f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 20:08:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 217 +++++++++++------------------------------------ 1 file changed, 50 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69466d2..a72bdbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,93 +33,55 @@ export default function LandingPage() {
@@ -129,14 +91,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Sarah M.", - "Julie D.", - "Marie L.", - "Camille R.", - "Sophie P.", - "Léa B.", - "Chloé V.", - ]} + "Sarah M.", "Julie D.", "Marie L.", "Camille R.", "Sophie P.", "Léa B.", "Chloé V."]} title="⭐ 5.0 – Plus de 50 clientes satisfaites" description="Découvrez pourquoi nos clientes nous font confiance pour leur transformation capillaire." /> @@ -150,23 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", - name: "Coupe femme / homme", - price: "à partir de 45€", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9qvijm&_wi=1", - }, + id: "s1", name: "Coupe femme / homme", price: "à partir de 45€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9qvijm"}, { - id: "s2", - name: "Coloration", - price: "à partir de 60€", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=myd6dj&_wi=1", - }, + id: "s2", name: "Coloration", price: "à partir de 60€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=myd6dj"}, { - id: "s3", - name: "Mise en plis", - price: "à partir de 30€", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xtpo1", - }, + id: "s3", name: "Mise en plis", price: "à partir de 30€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6xtpo1"}, ]} title="Nos Services" description="Une gamme complète de soins professionnels pour vos cheveux." @@ -177,39 +120,28 @@ export default function LandingPage() { @@ -340,29 +233,19 @@ export default function LandingPage() { logoText="Salon Élégance" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "À Propos", - href: "#about", - }, + label: "À Propos", href: "#about"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "01 23 45 67 89", - href: "tel:0123456789", - }, + label: "01 23 45 67 89", href: "tel:0123456789"}, { - label: "12 Avenue des Coiffeurs", - href: "#", - }, + label: "12 Avenue des Coiffeurs", href: "#"}, ], }, ]} -- 2.49.1