From ae37dfc4cf7d7577609348279bc52f188e87acde Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:03:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eaffcb..d34e8a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + description="Une sélection exquise de spécialités maison préparées avec amour." features={[ { id: "f1", title: "Thés d'Exception", description: "Sélection rigoureuse de thés rares venus du monde entier.", tag: "Boissons" }, { id: "f2", title: "Pâtisseries Artisanales", description: "Gâteaux aux pistaches, carrot cakes et créations saisonnières.", tag: "Desserts" }, @@ -86,6 +87,7 @@ export default function LandingPage() { showRating={true} animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Navid", handle: "@navid", testimonial: "Le meilleur chocolat chaud de Genève !", rating: 5 }, { id: "t2", name: "Sherina", handle: "@sherina", testimonial: "Un service irréprochable et des pâtisseries divines.", rating: 5 }, @@ -99,7 +101,9 @@ export default function LandingPage() { tagIcon={Phone} title="Réservez votre table ou posez vos questions" description="Appelez-nous au +41 22 312 23 33 ou remplissez le formulaire ci-dessous pour une demande de réservation." - buttons={[{ text: "Réserver maintenant", href: "https://thefork.ch" }]} + buttons={[{ text: "Réserver maintenant", href: "https://thefork.ch" }]} + useInvertedBackground={false} + background={{ variant: "plain" }} /> -- 2.49.1