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
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" }
]
},
{
title: "Dine With Us",
items: [
title: "Dine With Us", items: [
{ label: "Make Reservation", href: "/contact" },
{ label: "View Menu", href: "/menu" },
{ label: "Wine Selection", href: "/menu" }
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Email", href: "mailto:hello@steakandvine.com" },
{ label: "Phone", href: "tel:+1-555-0123" }
]
},
{
title: "Hours",
items: [
title: "Hours", items: [
{ label: "Mon-Thu: 5PM-11PM" },
{ label: "Fri-Sat: 5PM-12AM" },
{ label: "Sunday: 5PM-10PM" }