diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9348e67..c7c1363 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -66,16 +50,8 @@ export default function LandingPage() { description="Getting in touch is simple." faqsAnimation="slide-up" faqs={[ - { - id: "c1", - title: "How do I get a quote?", - content: "Fill out our booking form or call us directly.", - }, - { - id: "c2", - title: "Do you offer weekends?", - content: "We are open 7 days a week to support your schedule.", - }, + { id: "c1", title: "How do I get a quote?", content: "Fill out our booking form or call us directly." }, + { id: "c2", title: "Do you offer weekends?", content: "We are open 7 days a week to support your schedule." } ]} /> @@ -83,32 +59,8 @@ export default function LandingPage() {