From 093bda0862c5b048f8f2fc11795e9fa800c0ef4c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 06:48:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b3dd4a..011a61c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,12 +74,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} 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: "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: "p3", name: "Aromatherapy Massage", price: "$110", 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: "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: "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: "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: "₹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: "₹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: "₹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: "₹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: "₹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" description="A curated range of massage and yoga practices to restore your vitality." @@ -93,15 +93,15 @@ export default function LandingPage() { useInvertedBackground={false} 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" }, 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: "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"}, { - 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" }, 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"}, ]} @@ -186,4 +186,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}