7 Commits

Author SHA1 Message Date
093bda0862 Update src/app/page.tsx 2026-05-04 06:48:49 +00:00
9c4236240a Merge version_5 into main
Merge version_5 into main
2026-04-28 04:20:27 +00:00
cff573baf5 Update src/app/page.tsx 2026-04-28 04:20:24 +00:00
3a1e4a17f0 Merge version_4 into main
Merge version_4 into main
2026-04-28 04:19:16 +00:00
1ea3a3f98d Update src/app/page.tsx 2026-04-28 04:19:13 +00:00
875d0ed4ec Merge version_2 into main
Merge version_2 into main
2026-04-28 04:13:38 +00:00
d8e5170609 Merge version_2 into main
Merge version_2 into main
2026-04-28 04:13:07 +00:00

View File

@@ -74,12 +74,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Deep Tissue Massage", price: "$95", variant: "Recovery", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=1" }, { id: "p1", name: "Deep Tissue Massage", price: "₹8,000", variant: "Recovery", imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=1" },
{ id: "p2", name: "Restorative Yoga Flow", price: "$25", variant: "Mindful", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg" }, { id: "p2", name: "Restorative Yoga Flow", price: "₹2,100", variant: "Mindful", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg" },
{ id: "p3", name: "Aromatherapy Massage", price: "$110", variant: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/candles-bowl-with-shea-butter_23-2147677793.jpg" }, { id: "p3", name: "Aromatherapy Massage", price: "₹9,200", variant: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/candles-bowl-with-shea-butter_23-2147677793.jpg" },
{ id: "p4", name: "Vinyasa Yoga Class", price: "$25", variant: "Dynamic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-home-practicing-yoga_23-2148785137.jpg" }, { id: "p4", name: "Vinyasa Yoga Class", price: "₹2,100", variant: "Dynamic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-home-practicing-yoga_23-2148785137.jpg" },
{ id: "p5", name: "Sports Recovery Massage", price: "$105", variant: "Healing", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-calves-thighs-relaxing-treatment_169016-69015.jpg" }, { id: "p5", name: "Sports Recovery Massage", price: "₹8,800", variant: "Healing", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-calves-thighs-relaxing-treatment_169016-69015.jpg" },
{ id: "p6", name: "Meditation & Yoga Care", price: "$30", variant: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-design-illuminated-with-electric-lamps-generated-by-ai_188544-27310.jpg" }, { id: "p6", name: "Meditation & Yoga Care", price: "₹2,500", variant: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-design-illuminated-with-electric-lamps-generated-by-ai_188544-27310.jpg" },
]} ]}
title="Our Holistic Services" title="Our Holistic Services"
description="A curated range of massage and yoga practices to restore your vitality." description="A curated range of massage and yoga practices to restore your vitality."
@@ -93,15 +93,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "plan-1", title: "Single Session", price: "$120", period: "/visit", features: ["Custom Massage", "Breathwork Session", "Post-treatment Tea"], id: "plan-1", title: "Single Session", price: "₹10,000", period: "/visit", features: ["Custom Massage", "Breathwork Session", "Post-treatment Tea"],
button: { text: "Book Now" }, button: { text: "Book Now" },
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-standing-tree-pose_23-2147791953.jpg", imageAlt: "holistic massage yoga natural wellness"}, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-standing-tree-pose_23-2147791953.jpg", imageAlt: "holistic massage yoga natural wellness"},
{ {
id: "plan-2", title: "Monthly Wellness", price: "$350", period: "/mo", features: ["4x Massage Therapy", "Unlimited Yoga", "Priority Booking"], id: "plan-2", title: "Monthly Wellness", price: "₹29,000", period: "/mo", features: ["4x Massage Therapy", "Unlimited Yoga", "Priority Booking"],
button: { text: "Get Started" }, button: { text: "Start Your Wellness Plan" },
imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"}, imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"},
{ {
id: "plan-3", title: "Yoga Membership", price: "$180", period: "/mo", features: ["Full Yoga Access", "Small Group Sessions", "Expert Coaching"], id: "plan-3", title: "Yoga Membership", price: "₹15,000", period: "/mo", features: ["Full Yoga Access", "Small Group Sessions", "Expert Coaching"],
button: { text: "Choose Plan" }, button: { text: "Choose Plan" },
imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"}, imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-preparing-sports-training-unrolling-her-exercise-mat-floor_637285-3448.jpg?_wi=2", imageAlt: "holistic massage yoga natural wellness"},
]} ]}
@@ -158,7 +158,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "What should I bring to my first session?", content: "Just bring comfortable clothes for your yoga or massage session. Everything else is provided." }, { id: "q1", title: "What should I bring to my first session?", content: "Just bring comfortable clothes for your yoga or massage session. Everything else is provided." },
{ id: "q2", title: "How do I book a session?", content: "You can easily book through our online portal or contact us directly via the contact form." }, { id: "q2", title: "How do I book a session?", content: "You can easily book through our online portal or <a href='#contact' style='text-decoration: underline; color: inherit;'>contact us directly</a> via the contact form." },
{ id: "q3", title: "Are there memberships available?", content: "Yes, we offer flexible monthly memberships that give you priority access to all our services." }, { id: "q3", title: "Are there memberships available?", content: "Yes, we offer flexible monthly memberships that give you priority access to all our services." },
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"