From f02aae6d21fc46f54b918404a664ac89f2ed9b81 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 20:52:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 744346e..494b5a8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 5a948f6fe73ab2064ea89a8e551e437f8d0acba5 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 20:52:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 66 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ada2ddc..86267ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; @@ -30,6 +30,7 @@ export default function LandingPage() { brandName="Pho Saigon" navItems={[ { name: "Menu", id: "menu" }, + { name: "Full Menu", id: "fullmenu" }, { name: "About", id: "about" }, { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" } @@ -93,6 +94,66 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1