From 6ea6e09a0543a8373bd7fae79b07ebc17b2bcbfe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:37:08 +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 6a4cc42..32baa02 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Istanbul Products | Turkish Crafts Marketplace", description: "Discover authentic Turkish products and handcrafted items from Istanbul workshops. Premium quality, traditional craftsmanship."}; + title: "Istanbul Products | Turkish Crafts Marketplace", description: "Discover authentic Turkish products and handcrafted items from Istanbul workshops. Premium quality, traditional craftsmanship." +}; export default function RootLayout({ children, @@ -1380,4 +1381,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file