From 22b258c366fb9562d00ae94c1dcf66dd255b3f03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 06:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26678e7..5e3cc0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,14 +161,10 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "Address", content: "601 Main St, Moncton, NB"}, - { - id: "f2", title: "Hours", content: "Daily 11:00 AM - 10:00 PM"}, - { - id: "f3", title: "Parking", content: "Street parking available near the restaurant."}, + id: "f1", title: "Parking", content: "Street parking available near the restaurant."}, ]} - title="Visit Us" - description="We are centrally located and ready to serve you." + title="Location & Hours" + description="601 Main St, Moncton, NB | Daily 11:00 AM - 10:00 PM" faqsAnimation="slide-up" /> -- 2.49.1