From 1fabb551372ddb4cc3187aa0a78e5c4c4d06cec3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:25:27 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 62 +++++++++++----------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a0a8305..ce07470 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -58,16 +46,13 @@ export default function LandingPage() { @@ -80,10 +65,7 @@ export default function LandingPage() { description="Common questions regarding bookings." faqs={[ { - id: "q1", - title: "How to contact?", - content: "You can walk in or message us on Facebook.", - }, + id: "q1", title: "How to contact?", content: "You can walk in or message us on Facebook."}, ]} faqsAnimation="slide-up" /> @@ -93,33 +75,21 @@ export default function LandingPage() {