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() {