From d7cbbdaad9c10e037d58d1f9a0eceb8199332fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:18:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2db5595..49819fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,65 +32,42 @@ export default function LandingPage() {
@@ -122,23 +95,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Reformer Pilates Classes", - description: "Experience dynamic, full-body workouts on our state-of-the-art reformers. Build lean muscle, improve posture, and increase flexibility in a supportive group setting.", - imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858018.jpg", - imageAlt: "Woman exercising on a Pilates reformer", - }, + title: "Reformer Pilates Classes", description: "Experience dynamic, full-body workouts on our state-of-the-art reformers. Build lean muscle, improve posture, and increase flexibility in a supportive group setting.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858018.jpg", imageAlt: "Woman exercising on a Pilates reformer"}, { - title: "Mat Pilates Sessions", - description: "Strengthen your core and improve body awareness with classical Mat Pilates. These classes focus on foundational movements using your own body weight and small props.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-build-woman-doing-high-plank-tree-tucks-exercise-while-working-out-living-room_637285-5297.jpg", - imageAlt: "Group of people performing Mat Pilates exercises", - }, + title: "Mat Pilates Sessions", description: "Strengthen your core and improve body awareness with classical Mat Pilates. These classes focus on foundational movements using your own body weight and small props.", imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-build-woman-doing-high-plank-tree-tucks-exercise-while-working-out-living-room_637285-5297.jpg", imageAlt: "Group of people performing Mat Pilates exercises"}, { - title: "Private & Duet Training", - description: "Receive personalized attention with one-on-one or semi-private sessions. Our instructors customize each workout to your specific needs, ensuring optimal results and progress.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-trainer-practising-yoga_1303-14852.jpg", - imageAlt: "Pilates instructor guiding a client in a private session", - }, + title: "Private & Duet Training", description: "Receive personalized attention with one-on-one or semi-private sessions. Our instructors customize each workout to your specific needs, ensuring optimal results and progress.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-trainer-practising-yoga_1303-14852.jpg", imageAlt: "Pilates instructor guiding a client in a private session"}, ]} title="Our Signature Pilates Services" description="Tailored programs designed to help you achieve your wellness goals, from foundational strength to advanced practice." @@ -147,49 +108,20 @@ export default function LandingPage() {
@@ -357,62 +221,37 @@ export default function LandingPage() { logoText="Pilates Studio" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://instagram.com/pilatestudio", - }, + label: "Instagram", href: "https://instagram.com/pilatestudio"}, { - label: "Facebook", - href: "https://facebook.com/pilatestudio", - }, + label: "Facebook", href: "https://facebook.com/pilatestudio"}, { - label: "LinkedIn", - href: "https://linkedin.com/company/pilatestudio", - }, + label: "LinkedIn", href: "https://linkedin.com/company/pilatestudio"}, ], }, ]}