From d77436d998e54291a94b540cd42976e9d24dcff0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 06:37:06 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6067012..dccb291 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,9 +10,9 @@ import { Flame, Users, DollarSign, Smile, Table, Utensils } from 'lucide-react'; export default function ContactPage() { const navItems = [ - { name: "Home", href: "/" }, - { name: "Menu", href: "/menu" }, - { name: "Contact", href: "/contact" } + { name: "Home", id: "/" }, + { name: "Menu", id: "/menu" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ @@ -52,14 +52,14 @@ export default function ContactPage() {