From 6eb66ab19e9bf5f141d6bf89177ef5300b2c851e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:19:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edec326..71caa04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,7 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; - -const inter = Inter({ - variable: "--font-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 - Thai Restaurant", description: "Authentic Thai cuisine at Baan Mu"}; export default function RootLayout({ children, @@ -18,7 +10,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}