Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-09 21:47:55 +00:00

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
{
name: "Reserve",
id: "/contact",
},
name: "Reserve", id: "/contact"},
]}
brandName="Maple N' Jams Cafe"
/>
@@ -54,18 +44,11 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Find Us"
title="Visit Maple N' Jams Cafe"
description="We are located at 6814 W 87th St, Burbank, IL 60459. Call us at (708) 237-1600. Our hours are: Mon-Fri: 7 AM - 2 PM, Sat-Sun: 7 AM - 3 PM. Reservations are required for all visits. \n\n[Open in Google Maps](https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459)"
tagAnimation="opacity"
buttons={[
{
text: "Make a Reservation",
href: "/contact",
},
]}
/>
</div>
@@ -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: "#"},
],
},
]}