From 23a32a7b4a52833d4b8c7a9727638bc0bfd16fcc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f031537..ab1b332 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { tagIcon={TrendingUp} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="depth-3d" metrics={[ { id: "1", value: "5K+", title: "Active Members", items: [ @@ -192,7 +192,7 @@ export default function LandingPage() { cardTitle="10,000+ members have transformed their fitness with FitClub" cardTag="Success Stories" cardTagIcon={Heart} - cardAnimation="blur-reveal" + cardAnimation="slide-up" useInvertedBackground={false} /> @@ -226,16 +226,16 @@ export default function LandingPage() { columns={[ { title: "Programs", items: [ - { label: "Cardio Training", href: "features" }, - { label: "Strength Training", href: "features" }, - { label: "Group Classes", href: "features" } + { label: "Cardio Training", href: "#features" }, + { label: "Strength Training", href: "#features" }, + { label: "Group Classes", href: "#features" } ] }, { title: "Company", items: [ - { label: "About Us", href: "about" }, - { label: "Membership", href: "pricing" }, - { label: "Contact", href: "contact" } + { label: "About Us", href: "#about" }, + { label: "Membership", href: "#pricing" }, + { label: "Contact", href: "#contact" } ] }, { @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1