1 Commits

Author SHA1 Message Date
1d9ca2db33 Update src/app/page.tsx 2026-05-22 17:44:36 +00:00

View File

@@ -31,22 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Training",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Training", id: "features" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="C2 Fitness"
/>
@@ -54,101 +43,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "glowing-orb",
}}
background={{ variant: "glowing-orb" }}
title="Unleash Your Potential at C2 Fitness"
description="Premium wellness and fitness center in MKB Nagar. Achieve your goals with expert guidance in an elite training environment."
testimonials={[
{
name: "Rajesh K.",
handle: "@rajeshfit",
testimonial: "Best gym in MKB Nagar. Great equipment and staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-headphones-looking-pointing-up-with-one-hand-headphone-isolated-white-space_141793-44882.jpg",
},
{
name: "Sneha V.",
handle: "@snehagym",
testimonial: "Very professional and clean space for workouts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-leads-active-lifestyle-does-workout-from-home-listens-music-fitness-t_1258-183823.jpg",
},
{
name: "Arjun R.",
handle: "@arjunfitness",
testimonial: "The perfect place for strength and wellness.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-sporty-man-wearing-wristband-exercising-with-dumbbell-isolated-orange_141793-73312.jpg",
},
{
name: "Priya D.",
handle: "@priya_fit",
testimonial: "Incredible motivation and support here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman_23-2148023686.jpg",
},
{
name: "Vikram S.",
handle: "@vikramlifts",
testimonial: "Top-tier equipment, highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg",
},
]}
buttons={[
{
text: "Join Today",
href: "#contact",
},
{ name: "Rajesh K.", handle: "@rajeshfit", testimonial: "Best gym in MKB Nagar. Great equipment and staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-sporty-man-wearing-headband-wristbands-headphones-looking-pointing-up-with-one-hand-headphone-isolated-white-space_141793-44882.jpg" },
{ name: "Sneha V.", handle: "@snehagym", testimonial: "Very professional and clean space for workouts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-leads-active-lifestyle-does-workout-from-home-listens-music-fitness-t_1258-183823.jpg" }
]}
buttons={[{ text: "Join Today", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-boxer-trainer-posing-gym_23-2148426233.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/joyful-young-handsome-sporty-man-wearing-headband-wristbands-holding-dumbbell-stretching-out-hand-towards-with-towel-around-neck-isolated-white-wall_141793-101723.jpg",
alt: "Member profile",
},
{
src: "http://img.b2bpic.net/free-photo/funny-dark-skinned-woman-raises-arm-shows-muscles-after-training-holds-karemat-has-regular-workout-gym-with-coach-dressed-sportswear-isolated-purple-wall-strength-concept_273609-28014.jpg",
alt: "Member profile",
},
{
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1240.jpg",
alt: "Member profile",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-girl-wearing-sportswear-jogging-workout-training-standing-kitchen_1258-183936.jpg",
alt: "Member profile",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-training-with-headphones_23-2149713917.jpg",
alt: "Member profile",
},
]}
avatarText="Join our 500+ happy members"
marqueeItems={[
{
type: "text",
text: "Personal Training",
},
{
type: "text",
text: "Yoga Sessions",
},
{
type: "text",
text: "Strength Conditioning",
},
{
type: "text",
text: "Group Classes",
},
{
type: "text",
text: "Wellness Coaching",
},
]}
/>
</div>
@@ -159,21 +63,11 @@ export default function LandingPage() {
title="Welcome to Excellence"
description="C2 Fitness & Wellness is more than just a gym—it's a hub for health, strength, and community. We offer the best tools and environment to transform your lifestyle."
bulletPoints={[
{
title: "Expert Coaches",
description: "Guiding you to peak health.",
},
{
title: "Premium Equipment",
description: "State-of-the-art machines available.",
},
{
title: "Wellness Focused",
description: "Integrated approach for mind and body.",
},
{ title: "Expert Coaches", description: "Guiding you to peak health." },
{ title: "Premium Equipment", description: "State-of-the-art machines available." },
{ title: "Wellness Focused", description: "Integrated approach for mind and body." }
]}
imageSrc="http://img.b2bpic.net/free-photo/defocused-dumbbells_1203-368.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -184,21 +78,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Cardio Zone",
description: "Modern machines to boost endurance.",
imageSrc: "http://img.b2bpic.net/free-photo/morning-jogging-treadmill_329181-14115.jpg",
},
{
title: "Strength Building",
description: "Professional equipment for gains.",
imageSrc: "http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11090.jpg",
},
{
title: "Yoga & Wellness",
description: "Mental health and stretching programs.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-young-woman-practicing_344912-1718.jpg",
},
{ title: "Cardio Zone", description: "Modern machines to boost endurance.", imageSrc: "http://img.b2bpic.net/free-photo/morning-jogging-treadmill_329181-14115.jpg" },
{ title: "Strength Building", description: "Professional equipment for gains.", imageSrc: "http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11090.jpg" },
{ title: "Yoga & Wellness", description: "Mental health and stretching programs.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-asian-young-woman-practicing_344912-1718.jpg" }
]}
title="Our Training Services"
description="Comprehensive fitness solutions tailored to every fitness level."
@@ -211,27 +93,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
title: "Members",
description: "Strong community members.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-benchmark-illustration_52683-83386.jpg",
},
{
id: "m2",
value: "10+",
title: "Trainers",
description: "Expert guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weights_23-2148523223.jpg",
},
{
id: "m3",
value: "15+",
title: "Classes",
description: "Varied wellness programs.",
imageSrc: "http://img.b2bpic.net/free-vector/online-survey-results-analysis-pie-charts-infographics-analyzing-process-business-financial-reports-analytics-social-poll-answers-statistics_335657-2625.jpg",
},
{ id: "m1", value: "500+", title: "Members", description: "Strong community members.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-benchmark-illustration_52683-83386.jpg" },
{ id: "m2", value: "10+", title: "Trainers", description: "Expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-with-weights_23-2148523223.jpg" }
]}
title="Proven Results"
description="We are proud of the impact we've had on the MKB Nagar fitness community."
@@ -244,24 +107,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Vikram K.",
role: "Head Coach",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg",
},
{
id: "t2",
name: "Priya S.",
role: "Wellness Expert",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training_23-2148419894.jpg",
},
{
id: "t3",
name: "Rahul M.",
role: "Strength Trainer",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
},
{ id: "t1", name: "Vikram K.", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg" },
{ id: "t2", name: "Priya S.", role: "Wellness Expert", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-women-gym-training_23-2148419894.jpg" }
]}
title="Meet Your Trainers"
description="Our experts are here to help you unlock your best performance."
@@ -272,31 +119,7 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ananya K.",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg",
},
{
id: "2",
name: "Vijay P.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-dark-skinned-tired-male-jogger-having-rest-riverside-after-every-morning-outdoor-workout-sitting-pavement-thinking-about-his-future-career-looking-serious-sad-thoughtful_273609-1180.jpg",
},
{
id: "3",
name: "Kiran L.",
imageSrc: "http://img.b2bpic.net/free-photo/strong-man-training-gym_1303-23824.jpg",
},
{
id: "4",
name: "Meera S.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-diverse-couple-stand-closely-take-selfie-smile-gladfully-go-sport-together-smiling-man-wears-headband-towel-neck-look-healthy-energetic_273609-30873.jpg",
},
{
id: "5",
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/fitness-young-woman-walks-park-posing_1153-5340.jpg",
},
{ id: "1", name: "Ananya K.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg" }
]}
cardTitle="Member Success"
cardTag="Community"
@@ -308,21 +131,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer demo classes?",
content: "Yes, we encourage newcomers to try a session.",
},
{
id: "f2",
title: "What are the timings?",
content: "We operate from 6 AM to 10 PM daily.",
},
{
id: "f3",
title: "Is personal training available?",
content: "Absolutely, tailored 1-on-1 sessions are available.",
},
{ id: "f1", title: "Do you offer demo classes?", content: "Yes, we encourage newcomers to try a session." },
{ id: "f2", title: "What are the timings?", content: "We operate from 6 AM to 10 PM daily." },
{ id: "f3", title: "Is personal training available?", content: "Absolutely, tailored 1-on-1 sessions are available." }
]}
sideTitle="Common Questions"
sideDescription="Need help? Check out our FAQs."
@@ -333,18 +144,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Start Your Fitness Journey"
description="Visit us above Hero Motors in MKB Nagar, Chennai."
buttons={[
{
text: "Call Now",
href: "tel:+914400000000",
},
]}
description="Visit us above Hero Motors in MKB Nagar, Chennai. Contact us for inquiries or to schedule a visit."
buttons={[{ text: "Call Now", href: "tel:+914400000000" }]
}
/>
</div>
@@ -352,29 +157,10 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="C2 FITNESS"
columns={[
{
title: "Location",
items: [
{
label: "MKB Nagar, Chennai",
href: "#",
},
],
},
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#features",
},
],
},
{ title: "Information", items: [{ label: "Contact", href: "#contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#features" }] }
]}
copyrightText="© 2025 C2 Fitness. All rights reserved."
/>
</div>
</ReactLenis>