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 = [