From 2d78dfeed07f4d1ee91d0eb914cdf3a9f7113642 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:40:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49a1146..094a43a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,11 +13,12 @@ import { Star, ForkKnife, Lamp, Users, Leaf, Sparkles, Heart } from 'lucide-reac export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, + { name: "About Us", id: "/about" }, { name: "Menu", id: "/menu" }, { name: "Reservations", id: "/reservations" }, { name: "Gallery", id: "/gallery" }, { name: "Events", id: "/events" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [