diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5c90786..07348e8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Zap, Heart, Activity, User, Award } from "lucide-react"; +import { Zap, Heart, Activity, User, Award, Dumbbell } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -75,7 +75,7 @@ export default function AboutPage() { tagIcon={Zap} features={[ { - title: "Strength Training Zone", description: "Complete range of dumbbells, barbells, and resistance machines.", icon: Zap, + title: "Strength Training Zone", description: "Complete range of dumbbells, barbells, and resistance machines.", icon: Dumbbell, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197787.jpg", imageAlt: "Strength training area"}, @@ -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: "glowing-orb" }} + background={{ variant: "noise" }} 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 ccc88e3..d718924 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: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Book Free Trial" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c407c9..e208533 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: "glowing-orb" }} + background={{ variant: "noise" }} 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: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Book Free Trial"