From f657b6d09ce3e4dc73ac8da6687ec6921b5aa866 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:51:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 87 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1464cea..4404e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function HomePage() { brandName="The Ora Cafe" navItems={[ { name: "Home", id: "hero" }, - { name: "Menu", id: "popular-dishes" }, + { name: "Menu", id: "menu" }, { name: "Gallery", id: "gallery" }, { name: "About", id: "rooftop-experience" }, { name: "Contact", id: "contact" }, @@ -125,6 +125,87 @@ export default function HomePage() { /> + {/* Full Menu */} + + {/* Popular Dishes */}