From 446f9b694372dd6f68b222f8a046f783f60a35e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:30:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ba8117..339df85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Club de Padel Fès" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} kpis={[ { value: "4.9 ⭐", label: "Rating Google" }, { value: "Ouvert 24h", label: "Disponibilité" }, @@ -216,7 +216,7 @@ export default function LandingPage() { { text: "📞 Appeler: +212 6 62 25 26 09", href: "tel:+212662252609" }, { text: "📍 Nous visiter: 2232+5CR, Fès", href: "https://maps.google.com/?q=2232+5CR+Fès" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={true} /> -- 2.49.1