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 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