Merge version_2 into main #1
222
src/app/page.tsx
222
src/app/page.tsx
@@ -34,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Membership", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sunny's Fitness"
|
||||
/>
|
||||
@@ -64,9 +54,7 @@ export default function LandingPage() {
|
||||
description="Transform Your Body, Build Your Strength at Sunny's Fitness. Experience top-tier facilities and expert guidance to achieve your ultimate health goals in Dhanbad."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Your Journey", href: "#pricing"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg"
|
||||
@@ -82,17 +70,11 @@ export default function LandingPage() {
|
||||
description="Sunny's Fitness is a modern fitness center in Saraidhela, offering advanced workout facilities and expert coaching. We provide a complete wellness experience for members of all levels."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Advanced Equipment",
|
||||
description: "High-quality, modern machinery for all training types.",
|
||||
},
|
||||
title: "Advanced Equipment", description: "High-quality, modern machinery for all training types."},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Professional trainers to help you reach your goals.",
|
||||
},
|
||||
title: "Expert Guidance", description: "Professional trainers to help you reach your goals."},
|
||||
{
|
||||
title: "Inclusive Environment",
|
||||
description: "A motivating space for every fitness enthusiast.",
|
||||
},
|
||||
title: "Inclusive Environment", description: "A motivating space for every fitness enthusiast."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -106,23 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strength & Weight Training",
|
||||
description: "Build muscle and power with our extensive range of free weights and machines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-doing-push-ups-one-hand_651396-1597.jpg",
|
||||
imageAlt: "Strength training",
|
||||
},
|
||||
title: "Strength & Weight Training", description: "Build muscle and power with our extensive range of free weights and machines.", imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-doing-push-ups-one-hand_651396-1597.jpg", imageAlt: "Strength training"},
|
||||
{
|
||||
title: "Cardio Workouts",
|
||||
description: "High-performance treadmills, cycles, and cross-trainers for stamina building.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg",
|
||||
imageAlt: "Cardio workout",
|
||||
},
|
||||
title: "Cardio Workouts", description: "High-performance treadmills, cycles, and cross-trainers for stamina building.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg", imageAlt: "Cardio workout"},
|
||||
{
|
||||
title: "CrossFit & Zumba",
|
||||
description: "Diverse group classes including CrossFit, Zumba, and Aerobics for full-body conditioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-athletic-male-sportswear-sits-white-box-holds-barbell_613910-16174.jpg",
|
||||
imageAlt: "Group training",
|
||||
},
|
||||
title: "CrossFit & Zumba", description: "Diverse group classes including CrossFit, Zumba, and Aerobics for full-body conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/blond-athletic-male-sportswear-sits-white-box-holds-barbell_613910-16174.jpg", imageAlt: "Group training"},
|
||||
]}
|
||||
title="Our Key Services"
|
||||
description="Professional support and programs tailored to your fitness needs."
|
||||
@@ -136,37 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1m",
|
||||
badge: "Entry",
|
||||
price: "₹1,500",
|
||||
subtitle: "Monthly access",
|
||||
features: [
|
||||
"Modern Equipment",
|
||||
"Personal Trainer Support",
|
||||
],
|
||||
id: "1m", badge: "Entry", price: "₹1,500", subtitle: "Monthly access", features: [
|
||||
"Modern Equipment", "Personal Trainer Support"],
|
||||
},
|
||||
{
|
||||
id: "3m",
|
||||
badge: "Popular",
|
||||
price: "₹4,000",
|
||||
subtitle: "Quarterly access",
|
||||
features: [
|
||||
"All Gym Equipment",
|
||||
"Group Classes Included",
|
||||
"Diet Counseling",
|
||||
],
|
||||
id: "3m", badge: "Popular", price: "₹4,000", subtitle: "Quarterly access", features: [
|
||||
"All Gym Equipment", "Group Classes Included", "Diet Counseling"],
|
||||
},
|
||||
{
|
||||
id: "1y",
|
||||
badge: "Best Value",
|
||||
price: "₹12,000",
|
||||
subtitle: "Annual access",
|
||||
features: [
|
||||
"Priority Support",
|
||||
"All Group Classes",
|
||||
"Nutritional Planning",
|
||||
"Monthly Assessment",
|
||||
],
|
||||
id: "1y", badge: "Best Value", price: "₹12,000", subtitle: "Annual access", features: [
|
||||
"Priority Support", "All Group Classes", "Nutritional Planning", "Monthly Assessment"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Membership Plans"
|
||||
@@ -182,25 +131,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "190+",
|
||||
title: "Reviews",
|
||||
description: "Happy members sharing their journey",
|
||||
icon: Star,
|
||||
id: "1", value: "190+", title: "Reviews", description: "Happy members sharing their journey", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.6",
|
||||
title: "Rating",
|
||||
description: "Average rating on Justdial",
|
||||
icon: Award,
|
||||
id: "2", value: "4.6", title: "Rating", description: "Average rating on Justdial", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "14",
|
||||
title: "Hours",
|
||||
description: "Daily operational window (6am-10pm)",
|
||||
icon: Clock,
|
||||
id: "3", value: "14", title: "Hours", description: "Daily operational window (6am-10pm)", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Trusted by Fitness Enthusiasts"
|
||||
@@ -216,29 +153,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Verma",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul Verma", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205573.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anjali Singh",
|
||||
role: "Zumba Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pair-boxing-gloves_23-2150367625.jpg",
|
||||
},
|
||||
id: "t2", name: "Anjali Singh", role: "Zumba Specialist", imageSrc: "http://img.b2bpic.net/free-photo/view-pair-boxing-gloves_23-2150367625.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram Kumar",
|
||||
role: "Strength Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-helping-man-workout-gym_23-2149740133.jpg",
|
||||
},
|
||||
id: "t3", name: "Vikram Kumar", role: "Strength Trainer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-helping-man-workout-gym_23-2149740133.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya Das",
|
||||
role: "Fitness Counselor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-athletic-girl-standing-near-gym-equipment-healthy-lifestyle_78826-3376.jpg",
|
||||
},
|
||||
id: "t4", name: "Priya Das", role: "Fitness Counselor", imageSrc: "http://img.b2bpic.net/free-photo/attractive-athletic-girl-standing-near-gym-equipment-healthy-lifestyle_78826-3376.jpg"},
|
||||
]}
|
||||
title="Meet Your Trainers"
|
||||
description="Our experienced fitness professionals are dedicated to helping you succeed."
|
||||
@@ -252,45 +173,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Suresh",
|
||||
handle: "@member",
|
||||
testimonial: "Excellent variety of machines and knowledgeable trainers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-training-gym_23-2149734693.jpg",
|
||||
},
|
||||
id: "1", name: "Suresh", handle: "@member", testimonial: "Excellent variety of machines and knowledgeable trainers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-training-gym_23-2149734693.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anita",
|
||||
handle: "@member",
|
||||
testimonial: "Clean gym environment and great atmosphere to train.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-stretching_23-2148259622.jpg",
|
||||
},
|
||||
id: "2", name: "Anita", handle: "@member", testimonial: "Clean gym environment and great atmosphere to train.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-stretching_23-2148259622.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajiv",
|
||||
handle: "@member",
|
||||
testimonial: "The personal trainer support is very helpful for beginners.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg",
|
||||
},
|
||||
id: "3", name: "Rajiv", handle: "@member", testimonial: "The personal trainer support is very helpful for beginners.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-training-together-with-dumbbells_23-2149391997.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram",
|
||||
handle: "@member",
|
||||
testimonial: "Very spacious workout area and well-maintained.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-people-gym_23-2149734695.jpg",
|
||||
},
|
||||
id: "4", name: "Vikram", handle: "@member", testimonial: "Very spacious workout area and well-maintained.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-people-gym_23-2149734695.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sunita",
|
||||
handle: "@member",
|
||||
testimonial: "Best gym in Dhanbad, trainers are always supportive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-giving-high-five_23-2148419857.jpg",
|
||||
},
|
||||
id: "5", name: "Sunita", handle: "@member", testimonial: "Best gym in Dhanbad, trainers are always supportive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-giving-high-five_23-2148419857.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Members Say"
|
||||
@@ -304,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are the gym timings?",
|
||||
content: "We are open daily from 6:00 AM to 10:00 PM.",
|
||||
},
|
||||
id: "f1", title: "What are the gym timings?", content: "We are open daily from 6:00 AM to 10:00 PM."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are personal trainers available?",
|
||||
content: "Yes, we provide expert personal trainer support for all members.",
|
||||
},
|
||||
id: "f2", title: "Are personal trainers available?", content: "Yes, we provide expert personal trainer support for all members."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer diet counseling?",
|
||||
content: "Absolutely! We provide diet and fitness counseling as part of our holistic health approach.",
|
||||
},
|
||||
id: "f3", title: "Do you offer diet counseling?", content: "Absolutely! We provide diet and fitness counseling as part of our holistic health approach."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our membership or facilities?"
|
||||
@@ -329,16 +216,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Start Your Fitness Journey Today"
|
||||
description="Located at 5th Floor, Sumbridhi Garden, Saraidhela, Dhanbad. Call us at +91 9241405500 to book a tour."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919241405500",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919241405500"},
|
||||
{
|
||||
text: "Message on WhatsApp", href: "https://wa.me/919241405500"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -349,29 +235,19 @@ export default function LandingPage() {
|
||||
logoText="Sunny's Fitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Membership", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -381,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user