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