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"}, 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"},