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() {