From 460e8fccdb78aa03683134bdbf44e69dc8e6bc10 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:43:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 48 +++++++++------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) 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." }]} />