diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 45ebeea..ef13abc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,35 +25,26 @@ export default function LandingPage() {
@@ -65,32 +56,15 @@ export default function LandingPage() { title="FAQs" description="Still have questions?" faqsAnimation="blur-reveal" - faqs={[ - { - id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri."}, - ]} + faqs={[{ id: "cfaq1", title: "Hours of operation?", content: "8AM to 6PM, Mon-Fri." }]} />