Merge version_1 into main #1
334
src/app/page.tsx
334
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Classes",
|
||||
id: "#classes",
|
||||
},
|
||||
name: "Classes", id: "#classes"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/grey-fitness-badge-set_23-2147792279.jpg"
|
||||
logoAlt="Choique Gym logo"
|
||||
@@ -77,20 +61,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Unlock Your Potential at Choique Gym"
|
||||
description="Experience premium fitness in Puerto Madryn. Achieve your goals with state-of-the-art equipment, expert trainers, and a motivating community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Today", href: "#contact"},
|
||||
{
|
||||
text: "View Classes",
|
||||
href: "#classes",
|
||||
},
|
||||
text: "View Classes", href: "#classes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sporty-athletic-couple-slim-females-muscular-bearded-male-posing-big-constructive-tunnel_613910-10184.jpg"
|
||||
imageAlt="Dynamic gym interior with people exercising"
|
||||
@@ -98,52 +77,32 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg",
|
||||
alt: "Happy member Valeria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg", alt: "Happy member Valeria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-woman-posing-gym_1153-4596.jpg",
|
||||
alt: "Happy member Ricardo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-woman-posing-gym_1153-4596.jpg", alt: "Happy member Ricardo"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg",
|
||||
alt: "Happy member Luciana",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/endurance-women-fitness-concept-goodlooking-young-healthy-sporty-female-athlete-finish-productive-training-take-breath-after-exercise-sit-with-legs-crossed-gym-floor-smiling-satisfied_197531-30358.jpg", alt: "Happy member Luciana"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-lifting-dumbbells-gym_1303-31872.jpg",
|
||||
alt: "Happy member Marcos",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-lifting-dumbbells-gym_1303-31872.jpg", alt: "Happy member Marcos"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-athlete-standing-beach-with-his-hands-raised_107420-94699.jpg",
|
||||
alt: "Happy member Andrea",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-athlete-standing-beach-with-his-hands-raised_107420-94699.jpg", alt: "Happy member Andrea"},
|
||||
]}
|
||||
avatarText="Join our 500+ happy members!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strength",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Strength", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Endurance",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Endurance", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexibility",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Flexibility", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Motivation",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Motivation", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -158,11 +117,8 @@ export default function LandingPage() {
|
||||
title="About Choique Gym: Your Fitness Journey Starts Here"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Philosophy", href: "#"},
|
||||
]}
|
||||
description="Located in the vibrant city of Puerto Madryn, Choique Gym is more than just a place to work out; it's a community dedicated to health, wellness, and personal growth. We believe in providing an inclusive and supportive environment where everyone, regardless of their fitness level, can thrive and achieve their aspirations. Our philosophy centers on holistic well-being, combining physical training with mental resilience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "State-of-the-Art Equipment",
|
||||
author: "Choique Gym",
|
||||
description: "Access to the latest and most advanced cardio, strength, and functional training equipment for a complete workout experience.",
|
||||
tags: [
|
||||
"Modern",
|
||||
"Performance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-patient-trains-elliptical-rehab-center-solo-recovery_169016-70941.jpg",
|
||||
imageAlt: "Modern gym equipment",
|
||||
},
|
||||
id: "f1", title: "State-of-the-Art Equipment", author: "Choique Gym", description: "Access to the latest and most advanced cardio, strength, and functional training equipment for a complete workout experience.", tags: [
|
||||
"Modern", "Performance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-patient-trains-elliptical-rehab-center-solo-recovery_169016-70941.jpg", imageAlt: "Modern gym equipment"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Dynamic Group Classes",
|
||||
author: "Choique Gym",
|
||||
description: "Join our wide array of invigorating group classes, from high-energy HIIT to calming yoga, led by certified instructors.",
|
||||
tags: [
|
||||
"Community",
|
||||
"Variety",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061470.jpg",
|
||||
imageAlt: "Group fitness class",
|
||||
},
|
||||
id: "f2", title: "Dynamic Group Classes", author: "Choique Gym", description: "Join our wide array of invigorating group classes, from high-energy HIIT to calming yoga, led by certified instructors.", tags: [
|
||||
"Community", "Variety"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061470.jpg", imageAlt: "Group fitness class"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Personalized Training",
|
||||
author: "Choique Gym",
|
||||
description: "Achieve your specific goals faster with tailored workout plans and one-on-one guidance from our expert personal trainers.",
|
||||
tags: [
|
||||
"Customized",
|
||||
"Expert",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-couple-sportswear-training-gym_1157-30472.jpg",
|
||||
imageAlt: "Personal training session",
|
||||
},
|
||||
id: "f3", title: "Personalized Training", author: "Choique Gym", description: "Achieve your specific goals faster with tailored workout plans and one-on-one guidance from our expert personal trainers.", tags: [
|
||||
"Customized", "Expert"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-couple-sportswear-training-gym_1157-30472.jpg", imageAlt: "Personal training session"},
|
||||
]}
|
||||
title="World-Class Facilities & Training Programs"
|
||||
description="At Choique Gym, we offer everything you need for a comprehensive and effective fitness journey. From diverse group classes to personalized coaching, we've got you covered."
|
||||
@@ -222,65 +154,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "class-yoga",
|
||||
brand: "Mind & Body",
|
||||
name: "Yoga & Pilates",
|
||||
price: "Starting at $40/month",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-pose-yoga-class_107420-9795.jpg",
|
||||
imageAlt: "People doing yoga in a class",
|
||||
},
|
||||
id: "class-yoga", brand: "Mind & Body", name: "Yoga & Pilates", price: "Starting at $40/month", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-pose-yoga-class_107420-9795.jpg", imageAlt: "People doing yoga in a class"},
|
||||
{
|
||||
id: "class-spinning",
|
||||
brand: "Cardio Blast",
|
||||
name: "Spinning",
|
||||
price: "Starting at $45/month",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270240.jpg",
|
||||
imageAlt: "Energetic spinning class",
|
||||
},
|
||||
id: "class-spinning", brand: "Cardio Blast", name: "Spinning", price: "Starting at $45/month", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-indoor-cycling_23-2149270240.jpg", imageAlt: "Energetic spinning class"},
|
||||
{
|
||||
id: "class-hiit",
|
||||
brand: "High Intensity",
|
||||
name: "HIIT Training",
|
||||
price: "Starting at $50/month",
|
||||
rating: 5,
|
||||
reviewCount: "410",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-sport-gym-using-kettlebells_23-2149255826.jpg",
|
||||
imageAlt: "Group doing HIIT workout",
|
||||
},
|
||||
id: "class-hiit", brand: "High Intensity", name: "HIIT Training", price: "Starting at $50/month", rating: 5,
|
||||
reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-sport-gym-using-kettlebells_23-2149255826.jpg", imageAlt: "Group doing HIIT workout"},
|
||||
{
|
||||
id: "class-weightlifting",
|
||||
brand: "Strength & Power",
|
||||
name: "Weightlifting",
|
||||
price: "Starting at $55/month",
|
||||
rating: 5,
|
||||
reviewCount: "280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197779.jpg",
|
||||
imageAlt: "People lifting weights",
|
||||
},
|
||||
id: "class-weightlifting", brand: "Strength & Power", name: "Weightlifting", price: "Starting at $55/month", rating: 5,
|
||||
reviewCount: "280", imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197779.jpg", imageAlt: "People lifting weights"},
|
||||
{
|
||||
id: "class-zumba",
|
||||
brand: "Dance Fitness",
|
||||
name: "Zumba",
|
||||
price: "Starting at $40/month",
|
||||
rating: 4,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-orange-ball_1163-112.jpg",
|
||||
imageAlt: "People dancing during a Zumba class",
|
||||
},
|
||||
id: "class-zumba", brand: "Dance Fitness", name: "Zumba", price: "Starting at $40/month", rating: 4,
|
||||
reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-orange-ball_1163-112.jpg", imageAlt: "People dancing during a Zumba class"},
|
||||
{
|
||||
id: "class-functional",
|
||||
brand: "Core & Agility",
|
||||
name: "Functional Training",
|
||||
price: "Starting at $48/month",
|
||||
rating: 5,
|
||||
reviewCount: "350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flipping-tire-gym_1098-15004.jpg",
|
||||
imageAlt: "People doing functional training exercises",
|
||||
},
|
||||
id: "class-functional", brand: "Core & Agility", name: "Functional Training", price: "Starting at $48/month", rating: 5,
|
||||
reviewCount: "350", imageSrc: "http://img.b2bpic.net/free-photo/flipping-tire-gym_1098-15004.jpg", imageAlt: "People doing functional training exercises"},
|
||||
]}
|
||||
title="Our Diverse Classes & Membership Options"
|
||||
description="Discover a wide range of invigorating group classes and flexible membership plans designed to fit your lifestyle and fitness aspirations."
|
||||
@@ -294,34 +184,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Members",
|
||||
items: [
|
||||
"A thriving and supportive community",
|
||||
"Diverse fitness levels welcome",
|
||||
"Focused on individual progress",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Happy Members", items: [
|
||||
"A thriving and supportive community", "Diverse fitness levels welcome", "Focused on individual progress"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
title: "Certified Trainers",
|
||||
items: [
|
||||
"Experienced and passionate coaches",
|
||||
"Specialized in various disciplines",
|
||||
"Dedicated to your personal success",
|
||||
],
|
||||
id: "m2", value: "10+", title: "Certified Trainers", items: [
|
||||
"Experienced and passionate coaches", "Specialized in various disciplines", "Dedicated to your personal success"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
title: "Years of Excellence",
|
||||
items: [
|
||||
"Proudly serving Puerto Madryn",
|
||||
"Continuously evolving programs",
|
||||
"A legacy of fitness achievement",
|
||||
],
|
||||
id: "m3", value: "5", title: "Years of Excellence", items: [
|
||||
"Proudly serving Puerto Madryn", "Continuously evolving programs", "A legacy of fitness achievement"],
|
||||
},
|
||||
]}
|
||||
title="Choique by the Numbers"
|
||||
@@ -337,26 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Martina Lopez",
|
||||
role: "Head Trainer & Nutritionist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580609.jpg",
|
||||
imageAlt: "Martina Lopez, Head Trainer",
|
||||
},
|
||||
id: "t1", name: "Martina Lopez", role: "Head Trainer & Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580609.jpg", imageAlt: "Martina Lopez, Head Trainer"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Pablo Rossi",
|
||||
role: "Strength & Conditioning Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-with-notebook-posing-white-wall_114579-65346.jpg",
|
||||
imageAlt: "Pablo Rossi, Strength Coach",
|
||||
},
|
||||
id: "t2", name: "Pablo Rossi", role: "Strength & Conditioning Coach", imageSrc: "http://img.b2bpic.net/free-photo/serious-businesswoman-with-notebook-posing-white-wall_114579-65346.jpg", imageAlt: "Pablo Rossi, Strength Coach"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia Gomez",
|
||||
role: "Group Fitness Instructor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg",
|
||||
imageAlt: "Sofia Gomez, Group Fitness Instructor",
|
||||
},
|
||||
id: "t3", name: "Sofia Gomez", role: "Group Fitness Instructor", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32138.jpg", imageAlt: "Sofia Gomez, Group Fitness Instructor"},
|
||||
]}
|
||||
title="Meet Our Expert Trainers"
|
||||
description="Our certified and passionate trainers are dedicated to guiding you through every step of your fitness journey, ensuring safety and motivation."
|
||||
@@ -368,47 +225,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "ts1",
|
||||
name: "Valeria Castro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-riding-exercise-bike-gym_329181-12906.jpg",
|
||||
imageAlt: "Valeria Castro",
|
||||
content: "Joining Choique Gym was the best decision for my health. The trainers are incredible, and the variety of classes keeps me motivated every day!",
|
||||
id: "ts1", name: "Valeria Castro", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-riding-exercise-bike-gym_329181-12906.jpg", imageAlt: "Valeria Castro"
|
||||
},
|
||||
{
|
||||
id: "ts2",
|
||||
name: "Ricardo Perez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg",
|
||||
imageAlt: "Ricardo Perez",
|
||||
content: "I've tried many gyms, but Choique stands out. The equipment is top-notch, and the community is so supportive. Highly recommend!",
|
||||
id: "ts2", name: "Ricardo Perez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg", imageAlt: "Ricardo Perez"
|
||||
},
|
||||
{
|
||||
id: "ts3",
|
||||
name: "Luciana Diaz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-girl_1157-8984.jpg",
|
||||
imageAlt: "Luciana Diaz",
|
||||
content: "The personalized training sessions helped me reach my fitness goals faster than I ever thought possible. Thank you, Choique Gym!",
|
||||
id: "ts3", name: "Luciana Diaz", imageSrc: "http://img.b2bpic.net/free-photo/sports-girl_1157-8984.jpg", imageAlt: "Luciana Diaz"
|
||||
},
|
||||
{
|
||||
id: "ts4",
|
||||
name: "Marcos Silva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shorts-blue-sport-jersey-studio_613910-10666.jpg",
|
||||
imageAlt: "Marcos Silva",
|
||||
content: "From Zumba to weightlifting, the classes are dynamic and fun. It's truly a place where you feel energized and part of something bigger.",
|
||||
id: "ts4", name: "Marcos Silva", imageSrc: "http://img.b2bpic.net/free-photo/man-shorts-blue-sport-jersey-studio_613910-10666.jpg", imageAlt: "Marcos Silva"
|
||||
},
|
||||
{
|
||||
id: "ts5",
|
||||
name: "Andrea Rojas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-sporty-people-bird-dog-exercise-with-instructor_1163-4983.jpg",
|
||||
imageAlt: "Andrea Rojas",
|
||||
content: "A fantastic atmosphere and dedicated staff make every workout enjoyable. Choique Gym is my second home!",
|
||||
id: "ts5", name: "Andrea Rojas", imageSrc: "http://img.b2bpic.net/free-photo/group-sporty-people-bird-dog-exercise-with-instructor_1163-4983.jpg", imageAlt: "Andrea Rojas"
|
||||
},
|
||||
{
|
||||
id: "ts6",
|
||||
name: "Gonzalo Fuentes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-muscular-man-with-dumbbells-white-shirt-dark-photo-studio_613910-3436.jpg",
|
||||
imageAlt: "Gonzalo Fuentes",
|
||||
content: "The best gym in Puerto Madryn! The facilities are always clean and the trainers are genuinely invested in your progress.",
|
||||
},
|
||||
id: "ts6", name: "Gonzalo Fuentes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-muscular-man-with-dumbbells-white-shirt-dark-photo-studio_613910-3436.jpg", imageAlt: "Gonzalo Fuentes"
|
||||
}
|
||||
]}
|
||||
cardTitle="What Our Members Say"
|
||||
cardTag="Success Stories"
|
||||
@@ -422,35 +255,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Choique Gym is open Monday to Friday from 6 AM to 10 PM, and Saturdays from 8 AM to 6 PM. We are closed on Sundays.",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "Choique Gym is open Monday to Friday from 6 AM to 10 PM, and Saturdays from 8 AM to 6 PM. We are closed on Sundays."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer a free trial?",
|
||||
content: "Yes, we offer a complimentary one-day pass for new members to experience our facilities and classes. Please inquire at the front desk or contact us to arrange your visit.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer a free trial?", content: "Yes, we offer a complimentary one-day pass for new members to experience our facilities and classes. Please inquire at the front desk or contact us to arrange your visit."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What types of classes do you have?",
|
||||
content: "We offer a diverse range of classes including Yoga, Pilates, Spinning, HIIT, Weightlifting, Zumba, and Functional Training. Check our schedule for specific times and details.",
|
||||
},
|
||||
id: "faq3", title: "What types of classes do you have?", content: "We offer a diverse range of classes including Yoga, Pilates, Spinning, HIIT, Weightlifting, Zumba, and Functional Training. Check our schedule for specific times and details."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I get personal training?",
|
||||
content: "Absolutely! Our certified personal trainers offer tailored one-on-one sessions to help you achieve your specific fitness goals. Packages are available upon request.",
|
||||
},
|
||||
id: "faq4", title: "Can I get personal training?", content: "Absolutely! Our certified personal trainers offer tailored one-on-one sessions to help you achieve your specific fitness goals. Packages are available upon request."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we have ample parking space available for our members, located conveniently next to the gym entrance.",
|
||||
},
|
||||
id: "faq5", title: "Is there parking available?", content: "Yes, we have ample parking space available for our members, located conveniently next to the gym entrance."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "What COVID-19 safety measures are in place?",
|
||||
content: "We adhere to all local health guidelines, including enhanced cleaning protocols, social distancing in classes, and hand sanitizing stations throughout the gym for your safety.",
|
||||
},
|
||||
id: "faq6", title: "What COVID-19 safety measures are in place?", content: "We adhere to all local health guidelines, including enhanced cleaning protocols, social distancing in classes, and hand sanitizing stations throughout the gym for your safety."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Choique Gym memberships, classes, and facilities in Puerto Madryn."
|
||||
@@ -462,18 +277,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your body and mind? Join Choique Gym today and start your journey to a healthier, stronger you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:contact@choiquegym.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:contact@choiquegym.com"},
|
||||
{
|
||||
text: "Start Your Free Trial",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Your Free Trial", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -485,14 +295,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/choiquegym",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/choiquegym", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/choiquegym",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/choiquegym", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user