From 4311a1a6892f5bbacf1d85e832201038f9a572d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:44:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92e10cb..502cf0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Top-rated gym in Tunis with premium equipment, exceptional hygiene, and a community dedicated to strength. Your fitness journey starts here." tag="4.4 ⭐ 135 Reviews" tagIcon={Star} - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Join Now", href: "#pricing" }, { text: "Call Us: +216 58 295 189", href: "tel:+21658295189" } @@ -115,7 +115,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttonAnimation="slide-up" - mediaAnimation="blur-reveal" /> @@ -131,7 +130,7 @@ export default function LandingPage() { { id: "3", value: "500+", description: "Active Members" }, { id: "4", value: "24/7", description: "Hygiene Standards" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1