From b11e2a7d5ef955ded76fa2ac7dddb5c69630aecd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:55:10 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 692bce9..bf13d0c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Dolomiti - Artisan Sandwiches & Wood-Fired Pizza", description: "Taste the Heights of Flavor. Authentic Italian sandwiches and wood-fired pizza crafted fresh daily."}; + title: "Dolomiti - Artisan Sandwiches & Wood-Fired Pizza", description: "Taste the Heights of Flavor. Authentic Italian sandwiches and wood-fired pizza crafted fresh daily." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file