2 Commits

Author SHA1 Message Date
22b258c366 Update src/app/page.tsx 2026-04-25 06:43:44 +00:00
d917d59cbd Merge version_2 into main
Merge version_2 into main
2026-04-25 06:41:50 +00:00

View File

@@ -161,14 +161,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", title: "Address", content: "601 Main St, Moncton, NB"}, id: "f1", title: "Parking", content: "Street parking available near the restaurant."},
{
id: "f2", title: "Hours", content: "Daily 11:00 AM - 10:00 PM"},
{
id: "f3", title: "Parking", content: "Street parking available near the restaurant."},
]} ]}
title="Visit Us" title="Location & Hours"
description="We are centrally located and ready to serve you." description="601 Main St, Moncton, NB | Daily 11:00 AM - 10:00 PM"
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>