Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-12 11:27:11 +00:00

View File

@@ -34,41 +34,23 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Results",
id: "#results",
},
name: "Results", id: "#results"},
{
name: "Trainers",
id: "#trainers",
},
name: "Trainers", id: "#trainers"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Verzish GYM"
/>
@@ -77,21 +59,16 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Achieve Your Fitness Goals at Verzish GYM"
description="Join Verzish GYM Iqbal Town Branch for world-class training, expert nutrition, and a motivating community. We offer strength, cardio, CrossFit, and more to transform your body and mind."
buttons={[
{
text: "Join Now",
href: "#contact",
},
text: "Join Now", href: "#contact"},
{
text: "View Classes",
href: "#services",
},
text: "View Classes", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg"
imageAlt="Dynamic gym interior with various fitness activities"
/>
</div>
@@ -101,15 +78,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About Verzish GYM",
},
type: "text", content: "About Verzish GYM"},
]}
buttons={[
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
]}
/>
</div>
@@ -121,65 +94,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Aerobics Classes",
tags: [
"Group Fitness",
"Cardio",
],
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-slender-girls-doing-dancing-gymnastics-dance-hall_1157-13815.jpg",
imageAlt: "Group aerobics class in a gym",
},
id: "f1", title: "Aerobics Classes", tags: [
"Group Fitness", "Cardio"],
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-slender-girls-doing-dancing-gymnastics-dance-hall_1157-13815.jpg", imageAlt: "Group aerobics class in a gym"},
{
id: "f2",
title: "Cycling Sessions",
tags: [
"Spin Studio",
"Endurance",
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289991.jpg",
imageAlt: "People attending a spin class",
},
id: "f2", title: "Cycling Sessions", tags: [
"Spin Studio", "Endurance"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289991.jpg", imageAlt: "People attending a spin class"},
{
id: "f3",
title: "Nutrition Consulting",
tags: [
"Diet Plan",
"Wellness",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-taking-photo-her-wife-preparing-fresh-salad-glass-bowl_23-2148128122.jpg",
imageAlt: "Nutritionist consulting a client",
},
id: "f3", title: "Nutrition Consulting", tags: [
"Diet Plan", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-taking-photo-her-wife-preparing-fresh-salad-glass-bowl_23-2148128122.jpg", imageAlt: "Nutritionist consulting a client"},
{
id: "f4",
title: "Personal Training",
tags: [
"1-on-1 Coaching",
"Custom Plans",
],
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51755.jpg",
imageAlt: "Personal trainer guiding a client",
},
id: "f4", title: "Personal Training", tags: [
"1-on-1 Coaching", "Custom Plans"],
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51755.jpg", imageAlt: "Personal trainer guiding a client"},
{
id: "f5",
title: "Youth Classes",
tags: [
"Kids Fitness",
"Active Fun",
],
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707965.jpg",
imageAlt: "Children participating in a fitness class",
},
id: "f5", title: "Youth Classes", tags: [
"Kids Fitness", "Active Fun"],
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707965.jpg", imageAlt: "Children participating in a fitness class"},
{
id: "f6",
title: "Boot Camp",
tags: [
"High Intensity",
"Outdoor Training",
],
imageSrc: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-summer-park_613910-10252.jpg",
imageAlt: "People doing exercises in an outdoor boot camp",
},
id: "f6", title: "Boot Camp", tags: [
"High Intensity", "Outdoor Training"],
imageSrc: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-summer-park_613910-10252.jpg", imageAlt: "People doing exercises in an outdoor boot camp"},
]}
title="Our Comprehensive Fitness Services"
description="At Verzish GYM, we offer a diverse range of services designed to cater to every aspect of your fitness needs. Experience personalized training, dynamic group classes, and essential support for a holistic wellness journey."
@@ -191,27 +128,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
animationType="slide-up"
metrics={[
{
id: "m1",
value: "109+",
description: "Happy Members",
},
id: "m1", value: "109+", description: "Happy Members"},
{
id: "m2",
value: "4.2",
description: "Star Rating",
},
id: "m2", value: "4.2", description: "Star Rating"},
{
id: "m3",
value: "5+",
description: "Years of Excellence",
},
id: "m3", value: "5+", description: "Years of Excellence"},
{
id: "m4",
value: "10+",
description: "Certified Trainers",
},
id: "m4", value: "10+", description: "Certified Trainers"},
]}
title="Your Journey, Our Success"
description="Celebrating milestones and transformations. Our community grows stronger every day, fueled by dedication and results. Join the Verzish GYM family and be part of a winning team."
@@ -225,36 +151,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "g1",
groupTitle: "Certified Personal Trainers",
members: [
id: "g1", groupTitle: "Certified Personal Trainers", members: [
{
id: "t1",
title: "John Smith",
subtitle: "Head Trainer",
detail: "Specializes in strength & conditioning, CrossFit, and bootcamp training.",
imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg",
imageAlt: "Portrait of John Smith, Head Trainer",
},
id: "t1", title: "John Smith", subtitle: "Head Trainer", detail: "Specializes in strength & conditioning, CrossFit, and bootcamp training.", imageSrc: "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg", imageAlt: "Portrait of John Smith, Head Trainer"},
{
id: "t2",
title: "Sarah Johnson",
subtitle: "Fitness Coach",
detail: "Expert in aerobics, cycling, and personalized nutrition plans.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-team-leader-talking-colleagues_74855-4123.jpg",
imageAlt: "Portrait of Sarah Johnson, Fitness Coach",
},
id: "t2", title: "Sarah Johnson", subtitle: "Fitness Coach", detail: "Expert in aerobics, cycling, and personalized nutrition plans.", imageSrc: "http://img.b2bpic.net/free-photo/confident-team-leader-talking-colleagues_74855-4123.jpg", imageAlt: "Portrait of Sarah Johnson, Fitness Coach"},
{
id: "t3",
title: "Michael Brown",
subtitle: "Youth Program Lead",
detail: "Passionate about youth fitness, weight lifting techniques, and injury prevention.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-together_23-2148948542.jpg",
imageAlt: "Portrait of Michael Brown, Youth Program Lead",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111024.jpg?_wi=2",
imageAlt: "male personal trainer smiling",
id: "t3", title: "Michael Brown", subtitle: "Youth Program Lead", detail: "Passionate about youth fitness, weight lifting techniques, and injury prevention.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-together_23-2148948542.jpg", imageAlt: "Portrait of Michael Brown, Youth Program Lead"},
]
},
]}
title="Meet Our Expert Trainers"
@@ -268,50 +172,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "test1",
title: "Achieved My Goals!",
quote: "Verzish GYM has an amazing atmosphere and top-notch trainers! I've seen incredible results in my strength and overall fitness.",
name: "Ali Hassan",
role: "Dedicated Member",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-positivity-girl-smiling-camera-posing-with-crossed-arms-gym-seductive-girl-wearing-white-sports-wear-top-leggins-wooden-background_231208-4657.jpg",
imageAlt: "Testimonial from Ali Hassan",
},
id: "test1", title: "Achieved My Goals!", quote: "Verzish GYM has an amazing atmosphere and top-notch trainers! I've seen incredible results in my strength and overall fitness.", name: "Ali Hassan", role: "Dedicated Member", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positivity-girl-smiling-camera-posing-with-crossed-arms-gym-seductive-girl-wearing-white-sports-wear-top-leggins-wooden-background_231208-4657.jpg", imageAlt: "Testimonial from Ali Hassan"},
{
id: "test2",
title: "Diverse & Engaging Classes",
quote: "The variety of classes, from aerobics to boot camp, keeps me motivated and challenged. Highly recommend this gym to everyone!",
name: "Fatima Zahra",
role: "Group Class Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-positive-african-american-woman-dressed-active-wear-holds-bottle-fresh-water-glad-be-healthy-has-regular-training-carries-soft-towel-neck_273609-30869.jpg",
imageAlt: "Testimonial from Fatima Zahra",
},
id: "test2", title: "Diverse & Engaging Classes", quote: "The variety of classes, from aerobics to boot camp, keeps me motivated and challenged. Highly recommend this gym to everyone!", name: "Fatima Zahra", role: "Group Class Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/carefree-positive-african-american-woman-dressed-active-wear-holds-bottle-fresh-water-glad-be-healthy-has-regular-training-carries-soft-towel-neck_273609-30869.jpg", imageAlt: "Testimonial from Fatima Zahra"},
{
id: "test3",
title: "Life-Changing Nutrition Support",
quote: "The nutrition consulting changed my life. Verzish GYM truly cares about holistic health, not just physical training.",
name: "Usman Khan",
role: "Transformed Client",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-white-girl-stretching-stadium-early-morning-outdoor-photo-from-back-refined-woman-doing-fitness_197531-9581.jpg",
imageAlt: "Testimonial from Usman Khan",
},
id: "test3", title: "Life-Changing Nutrition Support", quote: "The nutrition consulting changed my life. Verzish GYM truly cares about holistic health, not just physical training.", name: "Usman Khan", role: "Transformed Client", imageSrc: "http://img.b2bpic.net/free-photo/pretty-white-girl-stretching-stadium-early-morning-outdoor-photo-from-back-refined-woman-doing-fitness_197531-9581.jpg", imageAlt: "Testimonial from Usman Khan"},
{
id: "test4",
title: "Perfect for Families",
quote: "My kids love the youth classes! It's a fantastic place for the whole family to stay active and develop healthy habits together.",
name: "Aisha Malik",
role: "Parent & Member",
imageSrc: "http://img.b2bpic.net/free-photo/funny-girl-is-showing-rabbit-gesture-by-holding-hands-head-sticking-out-her-tongue-white-background_176474-118274.jpg",
imageAlt: "Testimonial from Aisha Malik",
},
id: "test4", title: "Perfect for Families", quote: "My kids love the youth classes! It's a fantastic place for the whole family to stay active and develop healthy habits together.", name: "Aisha Malik", role: "Parent & Member", imageSrc: "http://img.b2bpic.net/free-photo/funny-girl-is-showing-rabbit-gesture-by-holding-hands-head-sticking-out-her-tongue-white-background_176474-118274.jpg", imageAlt: "Testimonial from Aisha Malik"},
{
id: "test5",
title: "Supportive Community",
quote: "Clean facilities and friendly, supportive staff. It genuinely feels like a second home where everyone encourages each other.",
name: "Hamza Tariq",
role: "Community Member",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-athlete-exercising_23-2149063652.jpg",
imageAlt: "Testimonial from Hamza Tariq",
},
id: "test5", title: "Supportive Community", quote: "Clean facilities and friendly, supportive staff. It genuinely feels like a second home where everyone encourages each other.", name: "Hamza Tariq", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/african-american-athlete-exercising_23-2149063652.jpg", imageAlt: "Testimonial from Hamza Tariq"},
]}
title="What Our Members Say"
description="Hear from the Verzish GYM community about their transformative experiences and why they love training with us."
@@ -325,58 +194,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "plan1",
tag: "Basic",
price: "PKR 5,000",
period: "per month",
description: "Essential access to gym facilities and cardio equipment.",
button: {
text: "Get Started",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Gym Access",
"Cardio Zone",
"Locker Room Access",
],
id: "plan1", tag: "Basic", price: "PKR 5,000", period: "per month", description: "Essential access to gym facilities and cardio equipment.", button: {
text: "Get Started", href: "#contact"},
featuresTitle: "Includes:", features: [
"Gym Access", "Cardio Zone", "Locker Room Access"],
},
{
id: "plan2",
tag: "Pro",
tagIcon: Sparkles,
price: "PKR 8,000",
period: "per month",
description: "All Basic features plus group classes and initial nutrition consultation.",
button: {
text: "Choose Pro",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"All Basic Features",
"Aerobics & Cycling Classes",
"1 Nutrition Consult",
"Boot Camp Access",
],
id: "plan2", tag: "Pro", tagIcon: Sparkles,
price: "PKR 8,000", period: "per month", description: "All Basic features plus group classes and initial nutrition consultation.", button: {
text: "Choose Pro", href: "#contact"},
featuresTitle: "Includes:", features: [
"All Basic Features", "Aerobics & Cycling Classes", "1 Nutrition Consult", "Boot Camp Access"],
},
{
id: "plan3",
tag: "Elite",
price: "PKR 12,000",
period: "per month",
description: "Comprehensive package with unlimited personal training and supplements.",
button: {
text: "Go Elite",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"All Pro Features",
"Unlimited Personal Training",
"Food Supplements Discount",
"Private Lesson Option",
],
id: "plan3", tag: "Elite", price: "PKR 12,000", period: "per month", description: "Comprehensive package with unlimited personal training and supplements.", button: {
text: "Go Elite", href: "#contact"},
featuresTitle: "Includes:", features: [
"All Pro Features", "Unlimited Personal Training", "Food Supplements Discount", "Private Lesson Option"],
},
]}
title="Flexible Membership Plans"
@@ -390,30 +224,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are your operating hours?",
content: "Verzish GYM Iqbal Town Branch is open daily and closes at 12 AM. Please check with the front desk for specific holiday hours.",
},
id: "q1", title: "What are your operating hours?", content: "Verzish GYM Iqbal Town Branch is open daily and closes at 12 AM. Please check with the front desk for specific holiday hours."},
{
id: "q2",
title: "Do you offer trial memberships?",
content: "Yes, we offer a complimentary one-day trial pass for new members. You can inquire at the reception to get yours.",
},
id: "q2", title: "Do you offer trial memberships?", content: "Yes, we offer a complimentary one-day trial pass for new members. You can inquire at the reception to get yours."},
{
id: "q3",
title: "What types of personal training are available?",
content: "We offer various personal training options, including strength training, weight loss, muscle gain, and sport-specific training, all tailored to your goals.",
},
id: "q3", title: "What types of personal training are available?", content: "We offer various personal training options, including strength training, weight loss, muscle gain, and sport-specific training, all tailored to your goals."},
{
id: "q4",
title: "Can I bring my own food supplements?",
content: "Members are welcome to bring their own approved food supplements. We also offer a selection of high-quality supplements for purchase at a discounted rate for Elite members.",
},
id: "q4", title: "Can I bring my own food supplements?", content: "Members are welcome to bring their own approved food supplements. We also offer a selection of high-quality supplements for purchase at a discounted rate for Elite members."},
{
id: "q5",
title: "Where is Verzish GYM Iqbal Town Branch located?",
content: "We are located at Iqbal, 01, Gulshan Block Town, Lahore, 54000. You can find us easily on Google Maps.",
},
id: "q5", title: "Where is Verzish GYM Iqbal Town Branch located?", content: "We are located at Iqbal, 01, Gulshan Block Town, Lahore, 54000. You can find us easily on Google Maps."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-sportswear-walking-treadmill_23-2147688003.jpg"
imageAlt="Various gym equipment in a clean facility"
@@ -428,20 +247,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get Started Today"
title="Ready to Transform?"
description="Visit Verzish GYM Iqbal Town Branch at Iqbal, 01, Gulshan Block Town, Lahore, 54000, or call us at 0331 4454789. Our team is ready to help you begin your fitness journey."
buttons={[
{
text: "Call Us Now",
href: "tel:+923314454789",
},
text: "Call Us Now", href: "tel:+923314454789"},
{
text: "Get Directions",
href: "https://www.google.com/maps/search/Verzish+GYM+Iqbal+Town+Branch",
},
text: "Get Directions", href: "https://www.google.com/maps/search/Verzish+GYM+Iqbal+Town+Branch"},
]}
/>
</div>
@@ -451,46 +265,29 @@ export default function LandingPage() {
logoText="Verzish GYM"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Services",
href: "#services",
},
label: "Our Services", href: "#services"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}