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
+}
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}
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index a7af9b0..4d25417 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -44,56 +44,61 @@ export default function HomePage() {
>
-
+
@@ -118,44 +123,47 @@ export default function HomePage() {
@@ -245,50 +260,50 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}