From 575ef47998b55263cd7ab2cd7001e868ea6e8edb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:07:05 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7db5f99..02288ec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Premium Restaurant", description: "Experience fine dining excellence"}; + title: "Premium Restaurant", description: "Experience fine dining excellence" +}; export default function RootLayout({ children,