From e13c753a0f84284cb0d27f754c3a2afde8cfa25d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:58:40 +0000 Subject: [PATCH 1/3] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 63 ++++++++++------------------------------ 1 file changed, 15 insertions(+), 48 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 1e0c1fd..273dd20 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -26,19 +26,12 @@ export default function LandingPage() { @@ -49,37 +42,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Monthly", - price: "1000", - subtitle: "Per month", - buttons: [ + id: "p1", badge: "Monthly", price: "1000", subtitle: "Per month", buttons: [ { - text: "Start Today", - href: "#", - }, + text: "Start Today", href: "#"}, ], features: [ - "Full access", - "3 sessions daily", - ], + "Full access", "3 sessions daily"], }, { - id: "p2", - badge: "Annual", - price: "11000", - subtitle: "Per year", - buttons: [ + id: "p2", badge: "Annual", price: "11000", subtitle: "Per year", buttons: [ { - text: "Save Now", - href: "#", - }, + text: "Save Now", href: "#"}, ], features: [ - "Full access", - "Priority booking", - "Unlimited support", - ], + "Full access", "Priority booking", "Unlimited support"], }, ]} title="Flexible Membership" @@ -93,20 +69,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Morning Session", - content: "5:00 AM - 9:00 AM IST", - }, + id: "q1", title: "Morning Session", content: "5:00 AM - 9:00 AM IST"}, { - id: "q2", - title: "Midday Session", - content: "10:00 AM - 12:00 PM IST", - }, + id: "q2", title: "Midday Session", content: "10:00 AM - 12:00 PM IST"}, { - id: "q3", - title: "Evening Session", - content: "3:00 PM - 6:00 PM IST", - }, + id: "q3", title: "Evening Session", content: "3:00 PM - 6:00 PM IST"}, ]} title="Studio Sessions" description="Find your rhythm in our daily scheduled sessions." @@ -116,11 +83,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 9c8cf149a3accb3fab08c688a64982630569e732 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:58:41 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 47 ++++++++++------------------------------ 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eff0bfb..d613df5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,19 +26,12 @@ export default function LandingPage() { @@ -46,8 +39,7 @@ export default function LandingPage() { @@ -60,41 +52,26 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "f-1", - title: "What should I bring?", - content: "Just bring a water bottle and a comfortable mat.", - }, + id: "f-1", title: "What should I bring?", content: "Just bring a water bottle and a comfortable mat."}, { - id: "f-2", - title: "Is yoga for beginners?", - content: "Absolutely, our classes are designed for all levels of experience.", - }, + id: "f-2", title: "Is yoga for beginners?", content: "Absolutely, our classes are designed for all levels of experience."}, { - id: "f-3", - title: "Do I need a booking?", - content: "We recommend booking online for popular weekend sessions.", - }, + id: "f-3", title: "Do I need a booking?", content: "We recommend booking online for popular weekend sessions."}, { - id: "f-4", - title: "What are your hours?", - content: "We are open daily from 5:00 AM to 6:00 PM.", - }, + id: "f-4", title: "What are your hours?", content: "We are open daily from 5:00 AM to 6:00 PM."}, { - id: "f-5", - title: "Are private lessons available?", - content: "Yes, contact our lead instructors for personal training schedules.", - }, + id: "f-5", title: "Are private lessons available?", content: "Yes, contact our lead instructors for personal training schedules."}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From 482477c2e7e0a19b958a0a3382f935b3dcc6539e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:58:41 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa449cc..20ecdf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,13 @@ export default function LandingPage() { { name: "Classes", id: "/classes" }, { name: "Contact", id: "/contact" }, ]} - brandName="Urban Zen Studio" /> -- 2.49.1