Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,38 +26,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>
|
||||
@@ -70,47 +54,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "Modern Equipment",
|
||||
price: "State-of-the-art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg",
|
||||
imageAlt: "Modern gym equipment",
|
||||
},
|
||||
id: "gallery-1", name: "Modern Equipment", price: "State-of-the-art", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg", imageAlt: "Modern gym equipment"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Cardio Zone",
|
||||
price: "High-Tech Treadmills",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-treadmill_23-2147688009.jpg",
|
||||
imageAlt: "Cardio zone",
|
||||
},
|
||||
id: "gallery-2", name: "Cardio Zone", price: "High-Tech Treadmills", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-treadmill_23-2147688009.jpg", imageAlt: "Cardio zone"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Strength Training",
|
||||
price: "Free Weights & Machines",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-weight-barbell_23-2147779075.jpg",
|
||||
imageAlt: "Strength training area",
|
||||
},
|
||||
id: "gallery-3", name: "Strength Training", price: "Free Weights & Machines", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-putting-weight-barbell_23-2147779075.jpg", imageAlt: "Strength training area"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Group Exercise Area",
|
||||
price: "Yoga & Functional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-mat_23-2148387875.jpg",
|
||||
imageAlt: "Group exercise studio",
|
||||
},
|
||||
id: "gallery-4", name: "Group Exercise Area", price: "Yoga & Functional", imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-mat_23-2148387875.jpg", imageAlt: "Group exercise studio"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
name: "Members in Action",
|
||||
price: "Inspiring Community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-female-is-doing-exercise-outdoor_344912-1982.jpg",
|
||||
imageAlt: "Members training",
|
||||
},
|
||||
id: "gallery-5", name: "Members in Action", price: "Inspiring Community", imageSrc: "http://img.b2bpic.net/free-photo/healthy-female-is-doing-exercise-outdoor_344912-1982.jpg", imageAlt: "Members training"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
name: "Locker Rooms",
|
||||
price: "Clean & Spacious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/choosing-clothes-man-plaid-homewear-holding-grey-shirt_259150-57933.jpg",
|
||||
imageAlt: "Modern locker room",
|
||||
},
|
||||
id: "gallery-6", name: "Locker Rooms", price: "Clean & Spacious", imageSrc: "http://img.b2bpic.net/free-photo/choosing-clothes-man-plaid-homewear-holding-grey-shirt_259150-57933.jpg", imageAlt: "Modern locker room"},
|
||||
]}
|
||||
title="A Glimpse Inside City Club"
|
||||
description="Explore our state-of-the-art facilities, modern equipment, and vibrant workout areas designed to inspire your fitness journey."
|
||||
@@ -123,11 +77,8 @@ export default function LandingPage() {
|
||||
title="Ready to See It for Yourself?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Tour", href: "/contact"},
|
||||
]}
|
||||
description="Pictures can only tell half the story. Visit City Club today for a personal tour and experience the difference! Our team is excited to show you around and answer any questions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,66 +87,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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>
|
||||
@@ -70,64 +54,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly",
|
||||
badge: "Flexible",
|
||||
badgeIcon: Calendar,
|
||||
price: "₹1500/month",
|
||||
subtitle: "Perfect for short-term goals.",
|
||||
buttons: [
|
||||
id: "monthly", badge: "Flexible", badgeIcon: Calendar,
|
||||
price: "₹1500/month", subtitle: "Perfect for short-term goals.", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Basic Trainer Support",
|
||||
"Flexible Timings",
|
||||
"Access to Group Classes",
|
||||
],
|
||||
"Full Gym Access", "Basic Trainer Support", "Flexible Timings", "Access to Group Classes"],
|
||||
},
|
||||
{
|
||||
id: "quarterly",
|
||||
badge: "Popular",
|
||||
badgeIcon: Award,
|
||||
price: "₹4000/quarter",
|
||||
subtitle: "Best value for consistent users.",
|
||||
buttons: [
|
||||
id: "quarterly", badge: "Popular", badgeIcon: Award,
|
||||
price: "₹4000/quarter", subtitle: "Best value for consistent users.", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Sign Up", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Enhanced Trainer Support",
|
||||
"Flexible Timings",
|
||||
"Access to All Group Classes",
|
||||
"Personalized Fitness Assessment",
|
||||
],
|
||||
"Full Gym Access", "Enhanced Trainer Support", "Flexible Timings", "Access to All Group Classes", "Personalized Fitness Assessment"],
|
||||
},
|
||||
{
|
||||
id: "annual",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹12000/year",
|
||||
subtitle: "Commit to your long-term fitness.",
|
||||
buttons: [
|
||||
id: "annual", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "₹12000/year", subtitle: "Commit to your long-term fitness.", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Join Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Premium Trainer Support",
|
||||
"Priority Booking for Classes",
|
||||
"Access to All Group Classes",
|
||||
"Customized Meal Plan",
|
||||
"2 Personal Training Sessions",
|
||||
],
|
||||
"Full Gym Access", "Premium Trainer Support", "Priority Booking for Classes", "Access to All Group Classes", "Customized Meal Plan", "2 Personal Training Sessions"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path to Fitness"
|
||||
@@ -141,11 +92,8 @@ export default function LandingPage() {
|
||||
title="Need a Custom Plan?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Custom Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Custom Plan", href: "/contact"},
|
||||
]}
|
||||
description="If our standard plans don't quite fit your unique needs, our team is happy to craft a personalized membership package just for you. Get in touch to discuss flexible options! We're here to help you achieve your fitness goals on your terms."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,66 +102,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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
243
src/app/page.tsx
243
src/app/page.tsx
@@ -30,38 +30,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,71 +53,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Transform Your Body. Transform Your Life."
|
||||
description="Join City Club and achieve your fitness goals with expert guidance and a motivating environment. Our state-of-the-art facility and dedicated trainers are here to support every step of your journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/membership",
|
||||
},
|
||||
text: "Join Now", href: "/membership"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+919828663579",
|
||||
},
|
||||
text: "Call Us", href: "tel:+919828663579"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fitness-woman-bicycle-doing-cardio-workout-gym_169016-47252.jpg"
|
||||
imageAlt="Man lifting weights in a modern gym"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-fitness-woman-standing-with-arms-folded_231208-10387.jpg",
|
||||
alt: "Happy member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-fitness-woman-standing-with-arms-folded_231208-10387.jpg", alt: "Happy member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
|
||||
alt: "Happy member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", alt: "Happy member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-brown-skin-big-smile-posing-beside-white-wall-portrait-glad-black-haired-guy-laughing-girl-big-earphones-enjoying-music_197531-3878.jpg",
|
||||
alt: "Happy member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-brown-skin-big-smile-posing-beside-white-wall-portrait-glad-black-haired-guy-laughing-girl-big-earphones-enjoying-music_197531-3878.jpg", alt: "Happy member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-looking-camera-crop-top-checkered-shirt-pants-looking-happy-front-view_176474-104116.jpg",
|
||||
alt: "Happy member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-looking-camera-crop-top-checkered-shirt-pants-looking-happy-front-view_176474-104116.jpg", alt: "Happy member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-dancing-studio_23-2150621031.jpg",
|
||||
alt: "Happy member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-dancing-studio_23-2150621031.jpg", alt: "Happy member 5"},
|
||||
]}
|
||||
avatarText="Join 1000+ happy members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Personalized Training",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Personalized Training", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Equipment",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Modern Equipment", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Supportive Community",
|
||||
icon: LifeBuoy,
|
||||
type: "text-icon", text: "Supportive Community", icon: LifeBuoy,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexible Memberships",
|
||||
icon: CalendarCheck,
|
||||
type: "text-icon", text: "Flexible Memberships", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Achieve Your Goals",
|
||||
icon: Target,
|
||||
type: "text-icon", text: "Achieve Your Goals", icon: Target,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,7 +102,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose City Club?"
|
||||
description="At City Club, we believe fitness is a journey, not a destination. Our commitment is to provide a motivating, supportive, and well-equipped environment where every member can thrive. Experience modern equipment, experienced trainers, a friendly atmosphere, and affordable memberships designed for your success. We are dedicated to helping you achieve lasting results and a healthier lifestyle."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,34 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "strength-training-home",
|
||||
name: "Strength Training",
|
||||
price: "Build & Tone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-man-sitting-outdoors-full-shot_23-2149324745.jpg",
|
||||
imageAlt: "Person doing strength training with weights",
|
||||
},
|
||||
id: "strength-training-home", name: "Strength Training", price: "Build & Tone", imageSrc: "http://img.b2bpic.net/free-photo/fit-man-sitting-outdoors-full-shot_23-2149324745.jpg", imageAlt: "Person doing strength training with weights"},
|
||||
{
|
||||
id: "weight-loss-home",
|
||||
name: "Weight Loss Programs",
|
||||
price: "Achieve Your Ideal Weight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5036.jpg",
|
||||
imageAlt: "Woman running on a treadmill",
|
||||
},
|
||||
id: "weight-loss-home", name: "Weight Loss Programs", price: "Achieve Your Ideal Weight", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5036.jpg", imageAlt: "Woman running on a treadmill"},
|
||||
{
|
||||
id: "personal-training-home",
|
||||
name: "Personal Training",
|
||||
price: "Customized Guidance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg",
|
||||
imageAlt: "Trainer assisting a client",
|
||||
},
|
||||
id: "personal-training-home", name: "Personal Training", price: "Customized Guidance", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg", imageAlt: "Trainer assisting a client"},
|
||||
]}
|
||||
title="Our Diverse Fitness Programs"
|
||||
description="City Club offers a wide range of programs tailored to meet every fitness level and goal. Discover the perfect path to a healthier you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View All Services", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,73 +134,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Sharma",
|
||||
date: "April 2024",
|
||||
title: "Achieved My Fitness Goals!",
|
||||
quote: "City Club has truly transformed my life. The trainers are incredibly supportive, and the facilities are top-notch. I've achieved fitness goals I never thought possible!",
|
||||
tag: "Weight Loss",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-support-breast-cancer_23-2151711703.jpg",
|
||||
avatarAlt: "Anjali Sharma avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-kettlebell-gym_23-2147688483.jpg",
|
||||
imageAlt: "Anjali Sharma working out",
|
||||
},
|
||||
id: "1", name: "Anjali Sharma", date: "April 2024", title: "Achieved My Fitness Goals!", quote: "City Club has truly transformed my life. The trainers are incredibly supportive, and the facilities are top-notch. I've achieved fitness goals I never thought possible!", tag: "Weight Loss", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-support-breast-cancer_23-2151711703.jpg", avatarAlt: "Anjali Sharma avatar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-kettlebell-gym_23-2147688483.jpg", imageAlt: "Anjali Sharma working out"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Verma",
|
||||
date: "March 2024",
|
||||
title: "Best Gym in Kishangarh",
|
||||
quote: "I've tried many gyms, but City Club stands out. The equipment is always clean, and the environment is highly motivating. Highly recommend for serious fitness enthusiasts. The progress I've made here is incredible.",
|
||||
tag: "Muscle Gain",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg",
|
||||
avatarAlt: "Rahul Verma avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-doing-sport-with-stats_23-2150040513.jpg",
|
||||
imageAlt: "Rahul Verma running on treadmill",
|
||||
},
|
||||
id: "2", name: "Rahul Verma", date: "March 2024", title: "Best Gym in Kishangarh", quote: "I've tried many gyms, but City Club stands out. The equipment is always clean, and the environment is highly motivating. Highly recommend for serious fitness enthusiasts. The progress I've made here is incredible.", tag: "Muscle Gain", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg", alt: "Rahul Verma avatar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-doing-sport-with-stats_23-2150040513.jpg", imageAlt: "Rahul Verma running on treadmill"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Singh",
|
||||
date: "Feb 2024",
|
||||
title: "A Welcoming Community",
|
||||
quote: "More than just a gym, City Club feels like a family. Everyone is so friendly and supportive. It’s a joy to come here and work towards my health goals. The group classes are amazing!",
|
||||
tag: "Overall Health",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205864.jpg",
|
||||
avatarAlt: "Priya Singh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-triangle-pose-exercise-mat_1170-282.jpg",
|
||||
imageAlt: "Priya Singh in a group class",
|
||||
},
|
||||
id: "3", name: "Priya Singh", date: "Feb 2024", title: "A Welcoming Community", quote: "More than just a gym, City Club feels like a family. Everyone is so friendly and supportive. It’s a joy to come here and work towards my health goals. The group classes are amazing!", tag: "Overall Health", avatarSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205864.jpg", avatarAlt: "Priya Singh avatar", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-triangle-pose-exercise-mat_1170-282.jpg", imageAlt: "Priya Singh in a group class"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arjun Sharma",
|
||||
date: "Jan 2024",
|
||||
title: "Fantastic Personal Training",
|
||||
quote: "My personal trainer at City Club helped me exceed my expectations. Their expert guidance and motivation made all the difference in my strength journey. Highly professional and results-driven.",
|
||||
tag: "Strength Boost",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-strong-fashionable-sporty-sportive-muscular-man_158595-4630.jpg",
|
||||
avatarAlt: "Arjun Sharma avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-gym_23-2148768864.jpg",
|
||||
imageAlt: "Arjun Sharma lifting weights",
|
||||
},
|
||||
id: "4", name: "Arjun Sharma", date: "Jan 2024", title: "Fantastic Personal Training", quote: "My personal trainer at City Club helped me exceed my expectations. Their expert guidance and motivation made all the difference in my strength journey. Highly professional and results-driven.", tag: "Strength Boost", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-strong-fashionable-sporty-sportive-muscular-man_158595-4630.jpg", avatarAlt: "Arjun Sharma avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-gym_23-2148768864.jpg", imageAlt: "Arjun Sharma lifting weights"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kavita Singh",
|
||||
date: "Dec 2023",
|
||||
title: "Clean & Motivating Environment",
|
||||
quote: "The cleanliness and positive energy at City Club are unmatched. I always feel motivated to push myself harder. It's truly a premium fitness experience every single day.",
|
||||
tag: "Daily Fitness",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-with-water-bottle-sitting-fitness-ball_23-2147949508.jpg",
|
||||
avatarAlt: "Kavita Singh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-indoor-cycling_23-2149270279.jpg",
|
||||
imageAlt: "Kavita Singh on cardio machine",
|
||||
},
|
||||
id: "5", name: "Kavita Singh", date: "Dec 2023", title: "Clean & Motivating Environment", quote: "The cleanliness and positive energy at City Club are unmatched. I always feel motivated to push myself harder. It's truly a premium fitness experience every single day.", tag: "Daily Fitness", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-with-water-bottle-sitting-fitness-ball_23-2147949508.jpg", avatarAlt: "Kavita Singh avatar", imageSrc: "http://img.b2bpic.net/free-photo/person-doing-indoor-cycling_23-2149270279.jpg", imageAlt: "Kavita Singh on cardio machine"},
|
||||
]}
|
||||
title="Hear From Our Happy Members"
|
||||
description="Our community is our strength. Read what City Club members have to say about their fitness journey with us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
text: "Read More Testimonials", href: "/testimonials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,21 +158,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Healthy Bites Cafe",
|
||||
"Kishangarh Sports",
|
||||
"Wellness Spa Oasis",
|
||||
"PhysioCare Clinic",
|
||||
"Yoga Harmony Studio",
|
||||
"Nutrition Hub",
|
||||
"Active Living Foundation",
|
||||
]}
|
||||
"Healthy Bites Cafe", "Kishangarh Sports", "Wellness Spa Oasis", "PhysioCare Clinic", "Yoga Harmony Studio", "Nutrition Hub", "Active Living Foundation"]}
|
||||
title="Our Community Partners"
|
||||
description="Building a healthier Kishangarh together. We proudly collaborate with local businesses and wellness initiatives."
|
||||
buttons={[
|
||||
{
|
||||
text: "See More Partners",
|
||||
href: "#",
|
||||
},
|
||||
text: "See More Partners", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -293,66 +173,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