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: "#"},
],
},
]}