From 06643514a041420c9d08ad34c5916907ca25aa04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:59:16 +0000 Subject: [PATCH 1/3] 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 d0caba4..a47ea85 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: "glowing-orb" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Book Your Free Consultation", href: "/contact"}, -- 2.49.1 From 1a66fcfe8fba30e9696bb7cc54f69cdadb80e31e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:59:17 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c93937..22f62c8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { 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: "glowing-orb"}} + variant: "plain"}} buttons={[ { text: "Book Your Free Consultation", href: "/contact"}, -- 2.49.1 From 7b3d9c63a437fadbc20b45ff427a207ae3d5b0fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:59:17 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0361e4c..54675f4 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: "glowing-orb" }} + background={{ variant: "circleGradient" }} imageSrc="http://img.b2bpic.net/free-photo/handsome-man-showing-mucles_23-2147775529.jpg" imageAlt="Elite athlete performing strength training" mediaAnimation="slide-up" @@ -151,17 +151,13 @@ export default function HomePage() { tagIcon={Zap} products={[ { - id: "1", brand: "1-on-1 Coaching", name: "Personal Training", price: "Starting at $75/session", rating: 5, - reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg", imageAlt: "Personal training session"}, + id: "1", brand: "1-on-1 Coaching", name: "Personal Training", price: "Starting at $75/session", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/crop-closeup-portrait-woman-exercising-gym_651396-1078.jpg", imageAlt: "Personal training session"}, { - id: "2", brand: "Athletic Development", name: "Strength & Conditioning", price: "Starting at $85/session", rating: 5, - reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg", imageAlt: "Strength and conditioning training"}, + id: "2", brand: "Athletic Development", name: "Strength & Conditioning", price: "Starting at $85/session", rating: 5, reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-weight-bench_329181-14151.jpg", imageAlt: "Strength and conditioning training"}, { - id: "3", brand: "Foundation Building", name: "Beginner Strength Programs", price: "Starting at $199/month", rating: 5, - reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg", imageAlt: "Beginner strength training program"}, + id: "3", brand: "Foundation Building", name: "Beginner Strength Programs", price: "Starting at $199/month", rating: 5, reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-photo/gym-instructor-guiding-woman-while-exercising-with-dumbbell_23-2147827468.jpg", imageAlt: "Beginner strength training program"}, { - id: "4", brand: "Tailored Solutions", name: "Customized Workout Plans", price: "Starting at $149/month", rating: 5, - reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Custom workout plan design"}, + id: "4", brand: "Tailored Solutions", name: "Customized Workout Plans", price: "Starting at $149/month", rating: 5, reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", imageAlt: "Custom workout plan design"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -209,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: "glowing-orb" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Book Your Free Consultation", href: "/contact"}, -- 2.49.1