From 6ea6e09a0543a8373bd7fae79b07ebc17b2bcbfe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:37:08 +0000 Subject: [PATCH 1/2] 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 -- 2.49.1 From 295487bf4cde20c17f609a5f51b19b0078b2f98e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:37:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d25417..9015f76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -246,7 +246,7 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1