From db758f8f73ea3ca3cb85ed2a5739636b1548a0e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:15:54 +0000 Subject: [PATCH 1/3] 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 d082d48..c825456 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: "Couronnes & Calzones - Authentic Italian Pizza", description: "Family-owned pizzeria crafting traditional Italian pizzas and calzones with the finest ingredients."}; + title: "Couronnes & Calzones - Authentic Italian Pizza", description: "Family-owned pizzeria crafting traditional Italian pizzas and calzones with the finest ingredients." +}; export default function RootLayout({ children, @@ -13,7 +14,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}