From 10e11bfd59ae987020b4885376ea8e520905452c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:26:03 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 +++++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 781fd7e..3414cf6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,15 +24,16 @@ export default function ContactPage() { > @@ -40,8 +41,8 @@ export default function ContactPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 2f8499003ed3e1679ec3358c55baf6dc797a387a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:26:04 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 66 +++++----------------------------------------- 1 file changed, 6 insertions(+), 60 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c06beaa..6a4cc42 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,69 +1,16 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Source_Sans_3 } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Istanbul Workshops - Authentic Turkish Craft Experiences", - description: "Discover hand-on workshops in traditional Turkish arts. Learn calligraphy, carpet weaving, pottery & painting from master artisans in Istanbul's historic studios.", - keywords: "istanbul workshops, turkish crafts, calligraphy workshop, carpet weaving, pottery class, cultural experiences, authentic istanbul", - openGraph: { - title: "Istanbul Workshops - Learn Turkish Crafts from Master Artisans", - description: "Experience authentic cultural immersion through expertly-guided workshops led by master craftspeople in historic Istanbul locations.", - type: "website", - siteName: "Istanbul Workshops", - images: [ - { - url: "http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg", - alt: "turkish calligraphy traditional art workshop istanbul", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Istanbul Workshops - Authentic Turkish Craft Experiences", - description: "Learn calligraphy, carpet weaving, pottery & painting from master artisans in Istanbul", - images: ["http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14900.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + 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, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}