3 Commits

Author SHA1 Message Date
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

@@ -98,7 +98,7 @@ export default function LandingPage() {
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: "$350", 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: "$180", period: "/mo", features: ["Full Yoga Access", "Small Group Sessions", "Expert Coaching"],
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }