From 42625344a32beff0e29d64334c74358a554c80fe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:11:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fff1764..a272d5b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,23 +9,23 @@ const outfit = Outfit({ }); export const metadata: Metadata = { - title: "Artisan Bakery | Fresh Baked Goods Made with Love", description: "Discover handcrafted pastries and breads made with passion and traditional techniques. Experience the warmth of our artisanal bakery in the heart of the community.", keywords: ["artisan bakery", "handcrafted pastries", "fresh bread", "local bakery", "traditional baking"], + title: "Artisan Bakery | Fresh Baked Goods Made with Love", description: "Discover handcrafted pastries and breads made with passion and traditional techniques. Experience the warmth of our cozy bakery.", keywords: "artisan bakery, fresh baked goods, pastries, sourdough, handcrafted bread", openGraph: { + title: "Artisan Bakery | Fresh Baked Goods Made with Love", description: "Discover handcrafted pastries and breads made with passion and traditional techniques.", type: "website"}, }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - + + + {children} - + +