Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24850881ca | |||
| 6b2197f9db | |||
| e01ba4bd9f |
@@ -74,11 +74,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ 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: "p1", name: "Deep Tissue Massage", price: "₹4,800", 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: "p3", name: "Aromatherapy Massage", price: "₹4,900", 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: "p5", name: "Sports Recovery Massage", price: "₹4,500", 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"
|
||||
@@ -93,15 +93,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1", title: "Single Session", price: "₹10,000", period: "/visit", features: ["Custom Massage", "Breathwork Session", "Post-treatment Tea"],
|
||||
id: "plan-1", title: "Single Session", price: "₹4,500", 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: "₹29,000", period: "/mo", features: ["4x Massage Therapy", "Unlimited Yoga", "Priority Booking"],
|
||||
id: "plan-2", title: "Monthly Wellness", price: "₹4,900", 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: "₹15,000", period: "/mo", features: ["Full Yoga Access", "Small Group Sessions", "Expert Coaching"],
|
||||
id: "plan-3", title: "Yoga Membership", price: "₹3,500", 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"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user