From c3665c49d93d383bb86fd94e15a15b6f649f45c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:03:29 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a47ea85..d0caba4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,7 +100,7 @@ export default function AboutPage() { tagIcon={Zap} title="Begin Your Transformation Today" description="Schedule a free consultation with our coaching team. We'll discuss your goals, assess your current fitness level, and create a personalized plan to get you results." - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Book Your Free Consultation", href: "/contact"}, -- 2.49.1 From 820635a7e36361120555f898ece8e45540b48172 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:03:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54675f4..09a13de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function HomePage() { description="Personalized strength training designed to build real strength, confidence, and long-term health. Elite coaching for those who demand results." tag="Premium Training" tagIcon={Zap} - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" imageAlt="Elite athlete performing strength training" mediaAnimation="slide-up" @@ -205,7 +205,7 @@ export default function HomePage() { tagAnimation="slide-up" title="Start Training Today" description="Your first step toward elite strength and unshakeable confidence. Book a consultation with our coaching team and let's build your custom strength program." - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Book Your Free Consultation", href: "/contact"}, -- 2.49.1