From c45ca8e011b2816f2400381ac6c526192cb7b3dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:41:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 ++++++++++++----------------------------------- 1 file changed, 66 insertions(+), 197 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c158b4c..1164798 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,96 +48,55 @@ export default function LandingPage() { @@ -158,37 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "l1", - title: "Carte Basique", - price: "10€", - period: "Rechargeable", - features: [ - "Cumul de points", - "Bonus parrainage", - "Accès prioritaire", - ], + id: "l1", title: "Carte Basique", price: "10€", period: "Rechargeable", features: [ + "Cumul de points", "Bonus parrainage", "Accès prioritaire"], button: { - text: "Demander ma carte", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/star-best-success-reward-prize-excellent-great-concept_53876-13717.jpg", - }, + text: "Demander ma carte", href: "#contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/star-best-success-reward-prize-excellent-great-concept_53876-13717.jpg"}, { - id: "l2", - title: "Carte Premium", - price: "25€", - period: "Avantages++", - features: [ - "Réductions séchage", - "Offre anniversaire", - "Café offert", - ], + id: "l2", title: "Carte Premium", price: "25€", period: "Avantages++", features: [ + "Réductions séchage", "Offre anniversaire", "Café offert"], button: { - text: "Souscrire", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-femmale-housekeeper-uniform-showing-empty-cutaway-selective-focus-card_171337-18323.jpg", - }, + text: "Souscrire", href: "#contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-femmale-housekeeper-uniform-showing-empty-cutaway-selective-focus-card_171337-18323.jpg"}, ]} title="Notre Système de Fidélité" description="Bénéficiez d'avantages exclusifs avec notre carte de fidélité dédiée." @@ -197,33 +128,22 @@ export default function LandingPage() {