3 Commits

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

View File

@@ -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"