diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d810962..5fc5cc4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1424 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Figtree } 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 figtree = Figtree({ - variable: "--font-figtree", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Hamam Istambule | Authentic Turkish Spa & Wellness", description: "Experience luxury Turkish hammam therapy, sauna, jacuzzi, and therapeutic treatments. Authentic relaxation with international standards in Setif.", keywords: "hammam, Turkish spa, sauna, wellness, relaxation, Setif, hijama therapy, jacuzzi", metadataBase: new URL("https://hamamistambule.com"), - alternates: { - canonical: "https://hamamistambule.com"}, - openGraph: { - title: "Hamam Istambule | Luxury Turkish Spa Experience", description: "Discover authentic Turkish hammam rituals and premium wellness treatments. Your sanctuary of relaxation awaits.", url: "https://hamamistambule.com", siteName: "Hamam Istambule", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg", alt: "Luxury Turkish Hammam Experience"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Hamam Istambule | Turkish Spa & Wellness", description: "Experience authentic Turkish hammam therapy and premium spa treatments.", images: ["http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Hamam Istambule - Luxury Turkish Wellness & Spa", description: "Experience authentic Turkish hammam, sauna, jacuzzi, and therapeutic treatments at Hamam Istambule. Premium wellness sanctuary with international-standard facilities."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -