From 617521327455d9bd625e94d970878537258a57de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:05:39 +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 507882a..597d695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Elite Personal Training" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "500+", label: "Successful Transformations" }, { value: "95%", label: "Client Satisfaction Rate" }, @@ -197,7 +197,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform?" description="Join hundreds of satisfied clients who have achieved their fitness goals. Subscribe to our newsletter for exclusive training tips, nutrition advice, and success stories from our community." - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-28953.jpg" imageAlt="Personal fitness coaching consultation" -- 2.49.1