From 5d76f16a4c318a26cf0f75bf50fb4e76386d3c9f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:06:47 +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 597d695..49f52f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Elite Personal Training" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} 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: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-28953.jpg" imageAlt="Personal fitness coaching consultation" @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1