2 Commits

Author SHA1 Message Date
07c2efabf1 Update src/app/page.tsx 2026-03-04 03:52:32 +00:00
17e56e4531 Update src/app/layout.tsx 2026-03-04 03:52:32 +00:00
2 changed files with 7 additions and 46 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Lato } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const lato = Lato({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Turkish Barber Shop | Premium Haircuts & Grooming Services", description: "Experience authentic Turkish barbering with expert haircuts, traditional shaves, facial waxing, and premium face mask treatments. Book your appointment today.", keywords: "Turkish barber, haircut, traditional shave, facial waxing, grooming services, barber shop", metadataBase: new URL("https://www.turkishbarbershop.com"), title: "Turkish Barber Shop | Premium Grooming Excellence", description: "Experience authentic Turkish barbering with premium grooming services combining centuries-old techniques with modern expertise."};
alternates: {
canonical: "https://www.turkishbarbershop.com"},
openGraph: {
title: "Turkish Barber Shop | Premium Haircuts & Grooming Services", description: "Experience authentic Turkish barbering with expert haircuts, traditional shaves, and premium grooming treatments.", url: "https://www.turkishbarbershop.com", siteName: "Turkish Barber Shop", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg", alt: "Turkish Barber Shop"},
],
},
twitter: {
card: "summary_large_image", title: "Turkish Barber Shop | Premium Haircuts & Grooming Services", description: "Experience authentic Turkish barbering with expert haircuts, traditional shaves, and premium grooming treatments.", images: ["http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${lato.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactFaq <ContactFaq
ctaTitle="Ready to Experience Premium Grooming?" ctaTitle="Ready to Experience Premium Grooming?"
ctaDescription="Call us now or book your appointment online. We're ready to give you the Turkish barber experience you deserve." ctaDescription="Get your premium grooming experience booked in 30 seconds"
ctaButton={{ text: "Call: +1 (555) 123-4567", href: "tel:+15551234567" }} ctaButton={{ text: "Call: +1 (555) 123-4567", href: "tel:+15551234567" }}
ctaIcon={Phone} ctaIcon={Phone}
faqs={[ faqs={[