From 80b191598b28c3a3a805a5768ed9c6caebdedac0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:24:17 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6471b00..d24e3d2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,7 +29,7 @@ export default function BlogPage() { brandName="Baan Mu" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "products" }, + { name: "Menu", id: "/menu" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonial" }, { name: "Contact", id: "contact" } @@ -67,4 +67,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From f553f73a85924e6a8e09d6e87b10fb3a1b47c6bd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:24:18 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edec326..05945a0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,12 +4,10 @@ import "./globals.css"; import "./styles/variables.css"; import "./styles/base.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Baan Mu - Authentic Thai Cuisine", description: "Experience authentic Thai cuisine at Baan Mu in San Francisco"}; + title: "Baan Mu - Authentic Thai Cuisine", description: "Discover authentic Thai cuisine at Baan Mu in San Francisco"}; export default function RootLayout({ children, @@ -18,7 +16,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}