Merge version_1_1781699773456 into main #2
@@ -18,14 +18,10 @@ export default function HomePage() {
|
||||
brand="Train Strong. Live Healthy. Stay Consistent."
|
||||
description="Join Fitness Zone Gym Sialkot and achieve your fitness goals with expert trainers, online classes, and 24/7 access."
|
||||
primaryButton={{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Join Now", href: "#pricing"}}
|
||||
secondaryButton={{
|
||||
text: "Book a Free Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114232.jpg?_wi=1"
|
||||
text: "Book a Free Trial", href: "#contact"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114232.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -38,47 +34,22 @@ export default function HomePage() {
|
||||
description="Flexible plans designed to suit your fitness journey at Fitness Zone."
|
||||
plans={[
|
||||
{
|
||||
tag: "Basic",
|
||||
price: "Rs. 3,000",
|
||||
description: "Perfect for starters.",
|
||||
features: [
|
||||
"Gym Access",
|
||||
"Basic Equipment",
|
||||
],
|
||||
tag: "Basic", price: "Rs. 3,000", description: "Perfect for starters.", features: [
|
||||
"Gym Access", "Basic Equipment"],
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
},
|
||||
{
|
||||
tag: "Pro",
|
||||
price: "Rs. 7,000",
|
||||
description: "Best for performance.",
|
||||
features: [
|
||||
"24/7 Gym Access",
|
||||
"Aerobics Classes",
|
||||
"Free Trainer Consultation",
|
||||
],
|
||||
highlight: "Most Popular",
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
tag: "Pro", price: "Rs. 7,000", description: "Best for performance.", features: [
|
||||
"24/7 Gym Access", "Aerobics Classes", "Free Trainer Consultation"],
|
||||
highlight: "Most Popular", primaryButton: {
|
||||
text: "Join Now", href: "#contact"},
|
||||
},
|
||||
{
|
||||
tag: "Premium",
|
||||
price: "Rs. 12,000",
|
||||
description: "Full access experience.",
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Personal Training",
|
||||
"Zumba & Nutrition",
|
||||
"Unlimited Classes",
|
||||
],
|
||||
tag: "Premium", price: "Rs. 12,000", description: "Full access experience.", features: [
|
||||
"Everything in Pro", "Personal Training", "Zumba & Nutrition", "Unlimited Classes"],
|
||||
primaryButton: {
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -90,9 +61,7 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="Why Choose Fitness Zone"
|
||||
descriptions={[
|
||||
"Fitness Zone is the premier 24/7 gym in Sialkot, providing a modern, clean, and motivating environment for your fitness success.",
|
||||
"Our facilities feature world-class equipment, certified professional trainers, and diverse group classes to keep you engaged and on track.",
|
||||
]}
|
||||
"Fitness Zone is the premier 24/7 gym in Sialkot, providing a modern, clean, and motivating environment for your fitness success.", "Our facilities feature world-class equipment, certified professional trainers, and diverse group classes to keep you engaged and on track."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -105,20 +74,11 @@ export default function HomePage() {
|
||||
description="Expert-led programs for all skill levels."
|
||||
items={[
|
||||
{
|
||||
title: "Aerobics",
|
||||
description: "High-energy cardio sessions to burn calories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-fitness-class-break_23-2148387820.jpg",
|
||||
},
|
||||
title: "Aerobics", description: "High-energy cardio sessions to burn calories.", imageSrc: "http://img.b2bpic.net/free-photo/women-fitness-class-break_23-2148387820.jpg"},
|
||||
{
|
||||
title: "Zumba",
|
||||
description: "Fun, dance-focused workouts to boost heart rate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg",
|
||||
},
|
||||
title: "Zumba", description: "Fun, dance-focused workouts to boost heart rate.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg"},
|
||||
{
|
||||
title: "Nutrition Consulting",
|
||||
description: "Personalized meal planning for optimal results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sporty-women-kitchen-with-vegetables_1157-27986.jpg",
|
||||
},
|
||||
title: "Nutrition Consulting", description: "Personalized meal planning for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sporty-women-kitchen-with-vegetables_1157-27986.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -132,17 +92,11 @@ export default function HomePage() {
|
||||
description="We are growing a healthier Sialkot every day."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
description: "Always Accessible",
|
||||
},
|
||||
value: "24/7", description: "Always Accessible"},
|
||||
{
|
||||
value: "10+",
|
||||
description: "Expert Trainers",
|
||||
},
|
||||
value: "10+", description: "Expert Trainers"},
|
||||
{
|
||||
value: "500+",
|
||||
description: "Happy Members",
|
||||
},
|
||||
value: "500+", description: "Happy Members"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -156,23 +110,12 @@ export default function HomePage() {
|
||||
description="Certified professionals dedicated to your growth."
|
||||
groups={[
|
||||
{
|
||||
title: "Core Training",
|
||||
members: [
|
||||
title: "Core Training", members: [
|
||||
{
|
||||
name: "Ali Raza",
|
||||
role: "Head Coach",
|
||||
detail: "Certified Trainer with 10 years of experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-fit-woman-gym-medium-shot_23-2149445951.jpg",
|
||||
},
|
||||
name: "Ali Raza", role: "Head Coach", detail: "Certified Trainer with 10 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-fit-woman-gym-medium-shot_23-2149445951.jpg"},
|
||||
{
|
||||
name: "Sana Ahmed",
|
||||
role: "Fitness Expert",
|
||||
detail: "Specializing in Zumba and Aerobics instruction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32127.jpg",
|
||||
},
|
||||
name: "Sana Ahmed", role: "Fitness Expert", detail: "Specializing in Zumba and Aerobics instruction.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32127.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114232.jpg?_wi=2",
|
||||
imageAlt: "fitness trainer portrait studio",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -187,40 +130,20 @@ export default function HomePage() {
|
||||
description="Read what our members say about their journey."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Khan",
|
||||
role: "Member",
|
||||
company: "Transformation",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-off-headphones-speak-with-friend-walks-outdoors-has-fitness-training-burned-calories-after-eating-high-calories-food-looks-satisfied-after-exercising-wellbeing-sport_273609-54124.jpg",
|
||||
},
|
||||
name: "Sarah Khan", role: "Member", company: "Transformation", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-off-headphones-speak-with-friend-walks-outdoors-has-fitness-training-burned-calories-after-eating-high-calories-food-looks-satisfied-after-exercising-wellbeing-sport_273609-54124.jpg"},
|
||||
{
|
||||
name: "Usman Malik",
|
||||
role: "Member",
|
||||
company: "Strength Builder",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-dress_23-2147931348.jpg",
|
||||
},
|
||||
name: "Usman Malik", role: "Member", company: "Strength Builder", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-dress_23-2147931348.jpg"},
|
||||
{
|
||||
name: "Fatima Noor",
|
||||
role: "Member",
|
||||
company: "Zumba Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-length-image-business-colleagues-showing-muscles-camera-fight-genders-concept_549566-657.jpg",
|
||||
},
|
||||
name: "Fatima Noor", role: "Member", company: "Zumba Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-length-image-business-colleagues-showing-muscles-camera-fight-genders-concept_549566-657.jpg"},
|
||||
{
|
||||
name: "Ahmed Butt",
|
||||
role: "Member",
|
||||
company: "Weight Loss",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-kettlebells_1098-14490.jpg",
|
||||
},
|
||||
name: "Ahmed Butt", role: "Member", company: "Weight Loss", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-kettlebells_1098-14490.jpg"},
|
||||
{
|
||||
name: "Bilal Ahmed",
|
||||
role: "Member",
|
||||
company: "Fitness Goal",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-gym_23-2149734676.jpg",
|
||||
},
|
||||
name: "Bilal Ahmed", role: "Member", company: "Fitness Goal", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-gym_23-2149734676.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -234,17 +157,11 @@ export default function HomePage() {
|
||||
description="Everything you need to know about our gym."
|
||||
items={[
|
||||
{
|
||||
question: "Are you really open 24/7?",
|
||||
answer: "Yes, we are open 24/7, 7 days a week to accommodate your schedule.",
|
||||
},
|
||||
question: "Are you really open 24/7?", answer: "Yes, we are open 24/7, 7 days a week to accommodate your schedule."},
|
||||
{
|
||||
question: "Do I need a membership to train?",
|
||||
answer: "Yes, we offer monthly, quarterly, and yearly memberships to fit your budget.",
|
||||
},
|
||||
question: "Do I need a membership to train?", answer: "Yes, we offer monthly, quarterly, and yearly memberships to fit your budget."},
|
||||
{
|
||||
question: "Do you have online classes?",
|
||||
answer: "Yes, we provide specialized online fitness classes for those who prefer to train at home.",
|
||||
},
|
||||
question: "Do you have online classes?", answer: "Yes, we provide specialized online fitness classes for those who prefer to train at home."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -256,13 +173,9 @@ export default function HomePage() {
|
||||
tag="JOIN TODAY"
|
||||
text="Start your journey at Fitness Zone Gym Sialkot. Reach out for a free trial or schedule a visit."
|
||||
primaryButton={{
|
||||
text: "Book Free Trial",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Book Free Trial", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Call Us",
|
||||
href: "tel:+923348178024",
|
||||
}}
|
||||
text: "Call Us", href: "tel:+923348178024"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user