Update src/app/page.tsx
This commit is contained in:
431
src/app/page.tsx
431
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: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
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/flat-design-boho-sun-logo-template_23-2149733198.jpg"
|
||||
logoAlt="Luna Pilates logo"
|
||||
@@ -76,112 +60,60 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Elevate Your Body & Mind"
|
||||
description="Experience the transformative power of Pilates with Luna. Strengthen your core, improve flexibility, and find your balance in a serene studio setting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ava Chen",
|
||||
handle: "@avapilates",
|
||||
testimonial: "Luna Pilates has transformed my strength and flexibility. The instructors are incredibly knowledgeable and create such a supportive environment!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
imageAlt: "Ava Chen",
|
||||
},
|
||||
name: "Ava Chen", handle: "@avapilates", testimonial: "Luna Pilates has transformed my strength and flexibility. The instructors are incredibly knowledgeable and create such a supportive environment!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Ava Chen"},
|
||||
{
|
||||
name: "Marcus Blake",
|
||||
handle: "@marcusmoves",
|
||||
testimonial: "I never thought Pilates could be so challenging and rewarding. My back pain has significantly decreased since joining Luna.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
imageAlt: "Marcus Blake",
|
||||
},
|
||||
name: "Marcus Blake", handle: "@marcusmoves", testimonial: "I never thought Pilates could be so challenging and rewarding. My back pain has significantly decreased since joining Luna.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "Marcus Blake"},
|
||||
{
|
||||
name: "Sophia Rodriguez",
|
||||
handle: "@sophiafit",
|
||||
testimonial: "The studio is beautiful and the classes are always invigorating. It's the perfect escape to focus on my well-being.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-smiling-with-purple-carpet-yellow-wall_179666-2957.jpg",
|
||||
imageAlt: "Sophia Rodriguez",
|
||||
},
|
||||
name: "Sophia Rodriguez", handle: "@sophiafit", testimonial: "The studio is beautiful and the classes are always invigorating. It's the perfect escape to focus on my well-being.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-smiling-with-purple-carpet-yellow-wall_179666-2957.jpg", imageAlt: "Sophia Rodriguez"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@davepilates",
|
||||
testimonial: "As an athlete, Pilates has been crucial for injury prevention. Luna's experienced team keeps me performing at my best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149272926.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
name: "David Kim", handle: "@davepilates", testimonial: "As an athlete, Pilates has been crucial for injury prevention. Luna's experienced team keeps me performing at my best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149272926.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
name: "Elara Vance",
|
||||
handle: "@elaramoves",
|
||||
testimonial: "Every session at Luna Pilates leaves me feeling centered and strong. It's truly a sanctuary for holistic fitness.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-yoga-essentials_23-2149502669.jpg",
|
||||
imageAlt: "Elara Vance",
|
||||
},
|
||||
name: "Elara Vance", handle: "@elaramoves", testimonial: "Every session at Luna Pilates leaves me feeling centered and strong. It's truly a sanctuary for holistic fitness.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-yoga-essentials_23-2149502669.jpg", imageAlt: "Elara Vance"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Classes",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Classes", href: "#services"},
|
||||
{
|
||||
text: "Book a Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Session", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-doing-pilates-together_23-2150830145.jpg"
|
||||
imageAlt="Woman gracefully doing pilates on a reformer machine"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/yoga-welness-wellbeing-young-woman-workout-does-sport-home-female-fitness-instructor_1258-189303.jpg",
|
||||
alt: "Smiling Pilates Student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/yoga-welness-wellbeing-young-woman-workout-does-sport-home-female-fitness-instructor_1258-189303.jpg", alt: "Smiling Pilates Student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13209.jpg",
|
||||
alt: "Energetic Pilates Participant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13209.jpg", alt: "Energetic Pilates Participant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-with-sporting-mat-smiling_171337-8003.jpg",
|
||||
alt: "Focused Woman Practicing Pilates",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-with-sporting-mat-smiling_171337-8003.jpg", alt: "Focused Woman Practicing Pilates"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-senior-woman-posing_23-2148275031.jpg",
|
||||
alt: "Happy Pilates Class Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-senior-woman-posing_23-2148275031.jpg", alt: "Happy Pilates Class Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-yoga-trainer-red-jumpsuit-standing-with-yoga-mats-hands-dreamily-looking-camera-park_574295-2685.jpg",
|
||||
alt: "Pilates Enthusiast Profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-yoga-trainer-red-jumpsuit-standing-with-yoga-mats-hands-dreamily-looking-camera-park_574295-2685.jpg", alt: "Pilates Enthusiast Profile"},
|
||||
]}
|
||||
avatarText="Join our 500+ happy clients!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strength",
|
||||
},
|
||||
type: "text", text: "Strength"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858054.jpg",
|
||||
alt: "Pilates class in motion",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858054.jpg", alt: "Pilates class in motion"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Flexibility",
|
||||
},
|
||||
type: "text", text: "Flexibility"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/sexy-brunette-female-doing-yoga-pilates-restroom-with-green-palms_613910-9106.jpg",
|
||||
alt: "Woman practicing mat pilates",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/sexy-brunette-female-doing-yoga-pilates-restroom-with-green-palms_613910-9106.jpg", alt: "Woman practicing mat pilates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Balance",
|
||||
},
|
||||
type: "text", text: "Balance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,24 +123,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Discover the ",
|
||||
},
|
||||
type: "text", content: "Discover the "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-with-short-hair-doing-fitness_23-2148827694.jpg",
|
||||
alt: "Pilates movement illustration",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/senior-woman-with-short-hair-doing-fitness_23-2148827694.jpg", alt: "Pilates movement illustration"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Art of Movement",
|
||||
},
|
||||
type: "text", content: "Art of Movement"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Philosophy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,29 +143,16 @@ export default function LandingPage() {
|
||||
description="From beginner foundations to advanced reformer classes, we offer a diverse range of programs tailored to your fitness journey and goals."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "mat-pilates",
|
||||
title: "Mat Pilates",
|
||||
content: "Focus on fundamental Pilates principles, core strength, flexibility, and body awareness using only your body weight and a mat.",
|
||||
},
|
||||
id: "mat-pilates", title: "Mat Pilates", content: "Focus on fundamental Pilates principles, core strength, flexibility, and body awareness using only your body weight and a mat."},
|
||||
{
|
||||
id: "reformer-pilates",
|
||||
title: "Reformer Pilates",
|
||||
content: "Experience dynamic, low-impact workouts on our state-of-the-art Reformer machines, enhancing strength, endurance, and precise control.",
|
||||
},
|
||||
id: "reformer-pilates", title: "Reformer Pilates", content: "Experience dynamic, low-impact workouts on our state-of-the-art Reformer machines, enhancing strength, endurance, and precise control."},
|
||||
{
|
||||
id: "private-sessions",
|
||||
title: "Private Sessions",
|
||||
content: "Receive personalized attention and a custom-tailored program designed to meet your specific needs, whether for rehabilitation or advanced training.",
|
||||
},
|
||||
id: "private-sessions", title: "Private Sessions", content: "Receive personalized attention and a custom-tailored program designed to meet your specific needs, whether for rehabilitation or advanced training."},
|
||||
{
|
||||
id: "pre-post-natal",
|
||||
title: "Pre & Post Natal Pilates",
|
||||
content: "Specialized classes designed to support expectant and new mothers through safe and effective Pilates exercises, promoting strength and recovery.",
|
||||
},
|
||||
id: "pre-post-natal", title: "Pre & Post Natal Pilates", content: "Specialized classes designed to support expectant and new mothers through safe and effective Pilates exercises, promoting strength and recovery."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-women-fitness-class-break_23-2148387819.jpg"
|
||||
imageAlt="Woman practicing reformer pilates in a bright studio"
|
||||
videoAriaLabel="Pilates class video"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -255,61 +165,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "intro-pack",
|
||||
badge: "New Client Offer",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "3 Classes + Consultation",
|
||||
buttons: [
|
||||
id: "intro-pack", badge: "New Client Offer", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "3 Classes + Consultation", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Introductory 1-on-1 consultation",
|
||||
"Access to 3 group classes",
|
||||
"Valid for 1 month",
|
||||
"Personalized goal setting",
|
||||
],
|
||||
"Introductory 1-on-1 consultation", "Access to 3 group classes", "Valid for 1 month", "Personalized goal setting"],
|
||||
},
|
||||
{
|
||||
id: "monthly-membership",
|
||||
badge: "Popular Choice",
|
||||
badgeIcon: Star,
|
||||
price: "$180",
|
||||
subtitle: "Unlimited Group Classes",
|
||||
buttons: [
|
||||
id: "monthly-membership", badge: "Popular Choice", badgeIcon: Star,
|
||||
price: "$180", subtitle: "Unlimited Group Classes", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Mat & Reformer classes",
|
||||
"Monthly wellness workshops",
|
||||
"Flexible cancellation",
|
||||
"Community access",
|
||||
],
|
||||
"Unlimited Mat & Reformer classes", "Monthly wellness workshops", "Flexible cancellation", "Community access"],
|
||||
},
|
||||
{
|
||||
id: "private-package",
|
||||
badge: "Personalized Growth",
|
||||
badgeIcon: Shield,
|
||||
price: "$450",
|
||||
subtitle: "5 Private Sessions",
|
||||
buttons: [
|
||||
id: "private-package", badge: "Personalized Growth", badgeIcon: Shield,
|
||||
price: "$450", subtitle: "5 Private Sessions", buttons: [
|
||||
{
|
||||
text: "Enquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enquire Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"5 tailored 1-on-1 sessions",
|
||||
"Custom program design",
|
||||
"Progress tracking & feedback",
|
||||
"Flexible scheduling",
|
||||
],
|
||||
"5 tailored 1-on-1 sessions", "Custom program design", "Progress tracking & feedback", "Flexible scheduling"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing for Every Body"
|
||||
@@ -324,29 +204,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
description: "Dedicated to the art of Pilates, nurturing growth and well-being.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-exercising-with-yoga-block_23-2149409903.jpg",
|
||||
imageAlt: "Pilates studio interior",
|
||||
},
|
||||
id: "years-experience", value: "10+", title: "Years of Experience", description: "Dedicated to the art of Pilates, nurturing growth and well-being.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-exercising-with-yoga-block_23-2149409903.jpg", imageAlt: "Pilates studio interior"},
|
||||
{
|
||||
id: "certified-instructors",
|
||||
value: "8",
|
||||
title: "Certified Instructors",
|
||||
description: "Expert guidance from our passionate and highly qualified team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-yoga-mat_23-2148938471.jpg",
|
||||
imageAlt: "Pilates instructor helping a student",
|
||||
},
|
||||
id: "certified-instructors", value: "8", title: "Certified Instructors", description: "Expert guidance from our passionate and highly qualified team.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-yoga-mat_23-2148938471.jpg", imageAlt: "Pilates instructor helping a student"},
|
||||
{
|
||||
id: "happy-clients",
|
||||
value: "500+",
|
||||
title: "Happy Clients",
|
||||
description: "A thriving community finding strength, balance, and joy with us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-taking-fitness-class_23-2148387841.jpg",
|
||||
imageAlt: "Group of women in a pilates class",
|
||||
},
|
||||
id: "happy-clients", value: "500+", title: "Happy Clients", description: "A thriving community finding strength, balance, and joy with us.", imageSrc: "http://img.b2bpic.net/free-photo/group-women-taking-fitness-class_23-2148387841.jpg", imageAlt: "Group of women in a pilates class"},
|
||||
]}
|
||||
title="Our Commitment to Your Wellness Journey"
|
||||
description="Dedicated to empowering you through movement, we celebrate every milestone and foster a supportive community for lasting transformation."
|
||||
@@ -361,33 +223,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "instructor-sarah",
|
||||
name: "Sarah Lee",
|
||||
role: "Lead Instructor & Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yoga-instructor-mat_23-2148924666.jpg",
|
||||
imageAlt: "Sarah Lee",
|
||||
},
|
||||
id: "instructor-sarah", name: "Sarah Lee", role: "Lead Instructor & Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-yoga-instructor-mat_23-2148924666.jpg", imageAlt: "Sarah Lee"},
|
||||
{
|
||||
id: "instructor-mark",
|
||||
name: "Mark Johnson",
|
||||
role: "Reformer Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
|
||||
imageAlt: "Mark Johnson",
|
||||
},
|
||||
id: "instructor-mark", name: "Mark Johnson", role: "Reformer Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Mark Johnson"},
|
||||
{
|
||||
id: "instructor-maya",
|
||||
name: "Maya Singh",
|
||||
role: "Mat Pilates Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-pregnant-woman-taking-selfie-fitness-ball_23-2148752222.jpg",
|
||||
imageAlt: "Maya Singh",
|
||||
},
|
||||
id: "instructor-maya", name: "Maya Singh", role: "Mat Pilates Expert", imageSrc: "http://img.b2bpic.net/free-photo/smiley-pregnant-woman-taking-selfie-fitness-ball_23-2148752222.jpg", imageAlt: "Maya Singh"},
|
||||
{
|
||||
id: "instructor-elena",
|
||||
name: "Elena Petrova",
|
||||
role: "Pre & Post Natal Pilates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918133.jpg",
|
||||
imageAlt: "Elena Petrova",
|
||||
},
|
||||
id: "instructor-elena", name: "Elena Petrova", role: "Pre & Post Natal Pilates", imageSrc: "http://img.b2bpic.net/free-photo/athletic-senior-man-keeping-fit-by-practicing-gymnastics_23-2150918133.jpg", imageAlt: "Elena Petrova"},
|
||||
]}
|
||||
title="Meet Our Passionate Instructors"
|
||||
description="Our certified team is dedicated to guiding you through your Pilates journey, ensuring proper form, personalized attention, and a truly transformative experience."
|
||||
@@ -401,73 +243,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "client-olivia",
|
||||
name: "Olivia Davis",
|
||||
role: "Artist",
|
||||
company: "Creative Arts Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2150772252.jpg",
|
||||
imageAlt: "Olivia Davis practicing Pilates",
|
||||
},
|
||||
id: "client-olivia", name: "Olivia Davis", role: "Artist", company: "Creative Arts Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2150772252.jpg", imageAlt: "Olivia Davis practicing Pilates"},
|
||||
{
|
||||
id: "client-ben",
|
||||
name: "Ben Carter",
|
||||
role: "Software Engineer",
|
||||
company: "Tech Solutions Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-pilates-reformer-class_23-2151093220.jpg",
|
||||
imageAlt: "Ben Carter doing Pilates",
|
||||
},
|
||||
id: "client-ben", name: "Ben Carter", role: "Software Engineer", company: "Tech Solutions Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-pilates-reformer-class_23-2151093220.jpg", imageAlt: "Ben Carter doing Pilates"},
|
||||
{
|
||||
id: "client-chloe",
|
||||
name: "Chloe Green",
|
||||
role: "Marketing Manager",
|
||||
company: "Growth Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing-studio_23-2149956282.jpg",
|
||||
imageAlt: "Chloe Green smiling",
|
||||
},
|
||||
id: "client-chloe", name: "Chloe Green", role: "Marketing Manager", company: "Growth Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-posing-studio_23-2149956282.jpg", imageAlt: "Chloe Green smiling"},
|
||||
{
|
||||
id: "client-sam",
|
||||
name: "Samira Khan",
|
||||
role: "Physiotherapist",
|
||||
company: "Rehab & Wellness",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fit-woman-training-gym-woman-wearing-black-sportwear-caucasian-girl-stretching-with-equipment_1157-50611.jpg",
|
||||
imageAlt: "Samira Khan practicing Pilates",
|
||||
},
|
||||
id: "client-sam", name: "Samira Khan", role: "Physiotherapist", company: "Rehab & Wellness", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fit-woman-training-gym-woman-wearing-black-sportwear-caucasian-girl-stretching-with-equipment_1157-50611.jpg", imageAlt: "Samira Khan practicing Pilates"},
|
||||
{
|
||||
id: "client-mike",
|
||||
name: "Mike Foster",
|
||||
role: "Teacher",
|
||||
company: "Local High School",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-yoga-students-showing-thumbs-up_1262-20447.jpg",
|
||||
imageAlt: "Mike Foster in a group class",
|
||||
},
|
||||
id: "client-mike", name: "Mike Foster", role: "Teacher", company: "Local High School", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-yoga-students-showing-thumbs-up_1262-20447.jpg", imageAlt: "Mike Foster in a group class"},
|
||||
{
|
||||
id: "client-lily",
|
||||
name: "Lily Wong",
|
||||
role: "Student",
|
||||
company: "University of Arts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pregnant-woman-doing-sport-outdoors_23-2150493156.jpg",
|
||||
imageAlt: "Lily Wong doing Pilates",
|
||||
},
|
||||
id: "client-lily", name: "Lily Wong", role: "Student", company: "University of Arts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pregnant-woman-doing-sport-outdoors_23-2150493156.jpg", imageAlt: "Lily Wong doing Pilates"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years in Business",
|
||||
},
|
||||
value: "5+", label: "Years in Business"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Class Types",
|
||||
},
|
||||
value: "15+", label: "Class Types"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our vibrant community about their transformative experiences with Luna Pilates and how we've helped them achieve their wellness goals."
|
||||
@@ -480,25 +280,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What should I wear to a Pilates class?",
|
||||
content: "Wear comfortable, form-fitting athletic wear that allows for a full range of motion. Avoid baggy clothing so instructors can see your body alignment.",
|
||||
},
|
||||
id: "faq-1", title: "What should I wear to a Pilates class?", content: "Wear comfortable, form-fitting athletic wear that allows for a full range of motion. Avoid baggy clothing so instructors can see your body alignment."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do I need prior Pilates experience?",
|
||||
content: "Not at all! We offer beginner-friendly classes and private introductory sessions to help you learn the fundamentals and feel comfortable.",
|
||||
},
|
||||
id: "faq-2", title: "Do I need prior Pilates experience?", content: "Not at all! We offer beginner-friendly classes and private introductory sessions to help you learn the fundamentals and feel comfortable."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What is the difference between Mat and Reformer Pilates?",
|
||||
content: "Mat Pilates uses your body weight on a mat, focusing on core stability. Reformer Pilates uses a machine with springs and pulleys to add resistance, assisting and challenging you further.",
|
||||
},
|
||||
id: "faq-3", title: "What is the difference between Mat and Reformer Pilates?", content: "Mat Pilates uses your body weight on a mat, focusing on core stability. Reformer Pilates uses a machine with springs and pulleys to add resistance, assisting and challenging you further."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do I book a class?",
|
||||
content: "You can easily book classes through our online portal or by contacting our studio directly. We recommend booking in advance to secure your spot.",
|
||||
},
|
||||
id: "faq-4", title: "How do I book a class?", content: "You can easily book classes through our online portal or by contacting our studio directly. We recommend booking in advance to secure your spot."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our studio, classes, and how to get started on your Pilates journey."
|
||||
@@ -513,28 +301,17 @@ export default function LandingPage() {
|
||||
description="Ready to start your Pilates journey or have a question? Reach out to us for class schedules, bookings, or any inquiries you may have. We look forward to hearing from you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number (Optional)",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="asset://contact-form"
|
||||
@@ -549,60 +326,38 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg"
|
||||
imageAlt="Abstract soft background"
|
||||
videoAriaLabel="Footer background video"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-boho-sun-logo-template_23-2149733198.jpg"
|
||||
logoAlt="Luna Pilates logo"
|
||||
logoText="Luna Pilates"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Our Services", href: "#services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Book a Class",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Class", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user