diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e73cc1..b90aef7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,22 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -87,36 +59,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "spa", - label: "Bien-être", - title: "Spa pour Enfant", - items: [ - "Massages doux", - "Soins relaxants", - "Espace zen", - ], - }, - { - id: "hair", - label: "Coiffure", - title: "Coiffure Enfant", - items: [ - "Coupes ludiques", - "Coiffures fête", - "Produits adaptés", - ], - }, - { - id: "party", - label: "Fêtes", - title: "Salle de Fête", - items: [ - "Anniversaire", - "Ateliers", - "Espace privé", - ], - }, + { id: "spa", label: "Bien-être", title: "Spa pour Enfant", items: ["Massages doux", "Soins relaxants", "Espace zen"] }, + { id: "hair", label: "Coiffure", title: "Coiffure Enfant", items: ["Coupes ludiques", "Coiffures fête", "Produits adaptés"] }, + { id: "party", label: "Fêtes", title: "Salle de Fête", items: ["Anniversaire", "Ateliers", "Espace privé"] } ]} title="Nos Services" description="Un moment unique pour vos enfants." @@ -125,31 +70,14 @@ export default function LandingPage() {
); -} +} \ No newline at end of file