From aacea978c46f6346651babecb630fe7457991eff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:47:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef73c1e..888c05f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Professional Coaching" tagIcon={Dumbbell} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} buttons={[ { text: "Start Your Journey", href: "contact" }, @@ -175,7 +175,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform?" description="Join hundreds of satisfied clients who have achieved their fitness goals. Book your free consultation today to discuss your objectives and create your personalized training plan." - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Consultation" -- 2.49.1