Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c4236240a | |||
| cff573baf5 | |||
| 3a1e4a17f0 | |||
| 1ea3a3f98d | |||
| 875d0ed4ec | |||
| d8e5170609 |
@@ -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"],
|
||||||
@@ -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"
|
||||||
@@ -186,4 +186,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user