From 96fe28684237d0b5b076c9a8d267e555188422f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 06:57:07 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index edec326..bbbcf79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,13 @@ 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 - Authentic Thai Cuisine", description: "Experience the bold flavors and aromatic spices of traditional Thai cooking in an elegant setting."}; export default function RootLayout({ children, @@ -18,7 +16,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +