Update src/app/about/page.tsx
This commit is contained in:
@@ -27,38 +27,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
name: "Membership", id: "/membership"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "/membership",
|
||||
}}
|
||||
text: "Join Now", href: "/membership"}}
|
||||
brandName="City Club"
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user