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 +} 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}