From 2ee4453566a723702f2420fdffedba862d2e6b83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:02:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc8e80c..6a4ef42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Cuisine Authentique" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} buttons={[ { text: "Parcourir les Recettes", href: "featured" }, { text: "En Savoir Plus", href: "about" }, @@ -53,7 +53,6 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg" imageAlt="Authentique cuisine marocaine traditionnelle" - useInvertedBackground={false} /> @@ -163,6 +162,8 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + gridVariant="three-columns-all-equal-width" + animationType="slide-up" plans={[ { id: "1", badge: "Populaire", badgeIcon: Sparkles, @@ -180,11 +181,10 @@ export default function LandingPage() { "6 recettes vedettes marocaines", "Instructions professionnelles complètes", "Listes d'ingrédients organisées", "Conseils d'experts culinaires", "Accès immédiat à tous les PDF", "Support prioritaire par email"], }, ]} - gridVariant="three-columns-all-equal-width" - animationType="slide-up" buttons={[ { text: "Acheter Maintenant", href: "contact" }, ]} + buttonAnimation="slide-up" /> @@ -195,7 +195,7 @@ export default function LandingPage() { description="Inscrivez-vous à notre infolettre pour recevoir les dernières recettes marocaines authentiques, des conseils culinaires exclusifs et des offres spéciales directement dans votre boîte de réception." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/oriental-door_23-2148129877.jpg" imageAlt="Architecture marocaine traditionnelle" -- 2.49.1