From 4f685efdae05911e6dcdaf93c8f6be7fcdf4ba3e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:42:26 +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 07348e8..a00bac5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -163,7 +163,7 @@ export default function AboutPage() { tag="Get in Touch" title="Ready to Transform Your Body?" description="Join Luxury Akhada Gym Today. Book your free trial and start your fitness journey with expert trainers and premium facilities." - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Book Free Trial" -- 2.49.1 From 947748b21ec89cba8dcec83c2f202f56ebea417e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:42:27 +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 d718924..d7d4a3f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { tag="Get in Touch" title="Ready to Transform Your Body?" description="Join Luxury Akhada Gym Today. Book your free trial and start your fitness journey with expert trainers and premium facilities." - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Book Free Trial" -- 2.49.1 From c3b798b81e25979f5e890e17f66d5c69c36d0147 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:42:27 +0000 Subject: [PATCH 3/3] 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 e208533..44db17b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function HomePage() { description="Vikaspuri's most premium fitness destination. World-class equipment, expert trainers, and a community dedicated to your transformation." tag="Premium Fitness Hub" tagIcon={Dumbbell} - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/young-powerful-sportsman-training-with-barbell-black-wall_176420-560.jpg" imageAlt="Professional gym workout" imagePosition="right" @@ -245,7 +245,7 @@ export default function HomePage() { tag="Get in Touch" title="Ready to Transform Your Body?" description="Join Luxury Akhada Gym Today. Book your free trial and start your fitness journey with expert trainers and premium facilities." - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Book Free Trial" -- 2.49.1