Update src/app/about/page.tsx

This commit is contained in:
2026-01-16 15:05:06 +00:00
parent c043b3582d
commit 9fc4f57712

View File

@@ -52,32 +52,28 @@ export default function AboutPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Navigate", title: "Navigate", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Menu", href: "/menu" }, { label: "Menu", href: "/menu" },
{ label: "About", href: "/about" } { label: "About", href: "/about" }
] ]
}, },
{ {
title: "Dine With Us", title: "Dine With Us", items: [
items: [
{ label: "Make Reservation", href: "/contact" }, { label: "Make Reservation", href: "/contact" },
{ label: "View Menu", href: "/menu" }, { label: "View Menu", href: "/menu" },
{ label: "Wine Selection", href: "/menu" } { label: "Wine Selection", href: "/menu" }
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:hello@steakandvine.com" }, { label: "Email", href: "mailto:hello@steakandvine.com" },
{ label: "Phone", href: "tel:+1-555-0123" } { label: "Phone", href: "tel:+1-555-0123" }
] ]
}, },
{ {
title: "Hours", title: "Hours", items: [
items: [
{ label: "Mon-Thu: 5PM-11PM" }, { label: "Mon-Thu: 5PM-11PM" },
{ label: "Fri-Sat: 5PM-12AM" }, { label: "Fri-Sat: 5PM-12AM" },
{ label: "Sunday: 5PM-10PM" } { label: "Sunday: 5PM-10PM" }