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
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
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"
/>