diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 384c0b0..71387b1 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -54,18 +44,11 @@ export default function LandingPage() { @@ -75,20 +58,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "Is parking available?", - content: "Yes, ample free parking is available directly in front of and around the cafe.", - }, + id: "faq-1", title: "Is parking available?", content: "Yes, ample free parking is available directly in front of and around the cafe."}, { - id: "faq-2", - title: "Is the cafe accessible?", - content: "Our cafe is fully wheelchair accessible with ramps and spacious seating arrangements.", - }, + id: "faq-2", title: "Is the cafe accessible?", content: "Our cafe is fully wheelchair accessible with ramps and spacious seating arrangements."}, { - id: "faq-3", - title: "What's the best time to visit?", - content: "Weekdays before 9 AM or after 1 PM are generally less busy, but we recommend checking our reservation system for real-time availability.", - }, + id: "faq-3", title: "What's the best time to visit?", content: "Weekdays before 9 AM or after 1 PM are generally less busy, but we recommend checking our reservation system for real-time availability."}, ]} title="Visiting Our Cafe" description="Everything you need to know before you arrive." @@ -103,62 +77,37 @@ export default function LandingPage() { logoText="Maple N' Jams Cafe" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "6814 W 87th St", - href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459", - }, + label: "6814 W 87th St", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"}, { - label: "Burbank, IL 60459", - href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459", - }, + label: "Burbank, IL 60459", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"}, { - label: "(708) 237-1600", - href: "tel:+17082371600", - }, + label: "(708) 237-1600", href: "tel:+17082371600"}, { - label: "Mon-Fri: 7 AM - 2 PM", - href: "#", - }, + label: "Mon-Fri: 7 AM - 2 PM", href: "#"}, { - label: "Sat-Sun: 7 AM - 3 PM", - href: "#", - }, + label: "Sat-Sun: 7 AM - 3 PM", href: "#"}, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, ]}