From 12337256e7fe70469f503bd7cc4850331f5f787b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:25:24 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 111 ++++++++++------------------------------- 1 file changed, 26 insertions(+), 85 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3fbde25..2c89092 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,38 +27,22 @@ export default function LandingPage() { @@ -69,7 +53,6 @@ export default function LandingPage() { tag="Our Story" tagIcon={Award} title="Welcome to City Club" - description="At City Club, we're more than just a gym – we're a community dedicated to your holistic well-being. Our mission is to inspire and empower individuals to lead healthier, happier lives through fitness, expert guidance, and a supportive environment. We believe in fostering a fitness-focused lifestyle that celebrates progress, encourages consistency, and champions every member's success, no matter their starting point. Join us and discover the difference." /> @@ -81,26 +64,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "trainer-1", - name: "Vikram Singh", - role: "Head Fitness Coach", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", - imageAlt: "Vikram Singh portrait", - }, + id: "trainer-1", name: "Vikram Singh", role: "Head Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Vikram Singh portrait"}, { - id: "trainer-2", - name: "Pooja Devi", - role: "Certified Personal Trainer", - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg", - imageAlt: "Pooja Devi portrait", - }, + id: "trainer-2", name: "Pooja Devi", role: "Certified Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg", imageAlt: "Pooja Devi portrait"}, { - id: "trainer-3", - name: "Rajat Kumar", - role: "Strength & Conditioning Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg", - imageAlt: "Rajat Kumar portrait", - }, + id: "trainer-3", name: "Rajat Kumar", role: "Strength & Conditioning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg", imageAlt: "Rajat Kumar portrait"}, ]} title="Meet Our Expert Trainers" description="Our certified personal trainers are passionate about fitness and dedicated to helping you achieve your goals. Get to know the team that will inspire and guide you." @@ -112,66 +80,39 @@ export default function LandingPage() { logoText="City Club" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Membership", - href: "/membership", - }, + label: "Membership", href: "/membership"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "/services#faq", - }, + label: "FAQ", href: "/services#faq"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "Google Maps", - href: "https://maps.app.goo.gl/HsBNJzujwy7kFqf78", - }, + label: "Google Maps", href: "https://maps.app.goo.gl/HsBNJzujwy7kFqf78"}, ], }, ]}