From 07bbfaaaaba17d4cc9146485d66eb51f18bb3367 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:50:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 69 +++++++++++----------------------------- 1 file changed, 19 insertions(+), 50 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f5b18d1..262ff65 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,27 +26,17 @@ export default function LandingPage() { @@ -54,16 +44,13 @@ export default function LandingPage() { @@ -77,15 +64,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What are your hours?", - content: "Mon-Fri 8am to 6pm.", - }, + id: "1", title: "What are your hours?", content: "Mon-Fri 8am to 6pm."}, { - id: "2", - title: "How can I pay?", - content: "Card or Bank Transfer.", - }, + id: "2", title: "How can I pay?", content: "Card or Bank Transfer."}, ]} /> @@ -94,40 +75,28 @@ export default function LandingPage() { ); -} +} \ No newline at end of file