Update src/app/menu/page.tsx
This commit is contained in:
@@ -29,6 +29,7 @@ export default function MenuPage() {
|
||||
{ name: "Catering", id: "/#catering" },
|
||||
{ name: "Events", id: "/#events" },
|
||||
{ name: "Visit", id: "/#visit" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Molisana Bakery"
|
||||
/>
|
||||
@@ -97,7 +98,7 @@ export default function MenuPage() {
|
||||
columns={[
|
||||
{ title: "Bakery", items: [{ label: "Menu", href: "/menu" }, { label: "Catering", href: "/#catering" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Events", href: "/#events" }] },
|
||||
{ title: "Visit", items: [{ label: "Directions", href: "/#visit" }, { label: "Contact", onClick: () => { window.location.href = '/#contact'; } }] },
|
||||
{ title: "Visit", items: [{ label: "Directions", href: "/#visit" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Molisana Bakery. All rights reserved."
|
||||
bottomRightText="Authentic Italian Daily Rituals"
|
||||
|
||||
Reference in New Issue
Block a user