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" />