Merge version_3 into main #7

Merged
bender merged 3 commits from version_3 into main 2026-04-23 07:58:45 +00:00
3 changed files with 29 additions and 86 deletions

View File

@@ -26,19 +26,12 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Classes",
id: "/classes",
},
name: "Classes", id: "/classes"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Urban Zen Studio"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Urban Zen Studio"
copyrightText="© 2025 Urban Zen Studio"
logoText=""
copyrightText="© 2025"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,19 +26,12 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Classes",
id: "/classes",
},
name: "Classes", id: "/classes"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Urban Zen Studio"
/>
</div>
@@ -46,8 +39,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Visit us in Pune or Mumbai. Call us at 9875568657 (Mary), 987964376 (Anne), or 906745397 (Jacob)."
/>
</div>
@@ -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."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Urban Zen Studio"
copyrightText="© 2025 Urban Zen Studio"
logoText=""
copyrightText="© 2025"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -32,14 +32,13 @@ export default function LandingPage() {
{ name: "Classes", id: "/classes" },
{ name: "Contact", id: "/contact" },
]}
brandName="Urban Zen Studio"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Urban Zen Studio"
copyrightText="© 2025 Urban Zen Studio"
logoText=""
copyrightText="© 2025"
/>
</div>