diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 69985e9..31a9848 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,49 +25,29 @@ export default function LandingPage() { @@ -80,12 +60,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "contact_faq1", - title: "What's the best way to book an appointment?", - content: "The quickest way to book is via our 'Book Now' button, which links to our online scheduling system. You can also call or WhatsApp us.", - }, + id: "contact_faq1", title: "What's the best way to book an appointment?", content: "The quickest way to book is via our 'Book Now' button, which links to our online scheduling system. You can also call or WhatsApp us."}, { - id: "contact_faq2", + id: "contact_faq2", title: "What services can I book on the contact page?", content: "You can book various massage therapies, corporate wellness consultations, and mobile services directly through our contact page's booking system." }, ]} /> @@ -93,87 +70,52 @@ export default function LandingPage() {