From 9cf64e3ac8d0546d53d84e28606d0d1e7fa4142f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:40:23 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1 From 239f53b12bd512bb0027f40740fe58d36ac5d958 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:40:24 +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 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" -- 2.49.1 From ffe59f7eeb666d653bbfb71c43a052d5d61cb968 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:40:24 +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 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" -- 2.49.1