Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 12:36:22 +00:00
2 changed files with 8 additions and 43 deletions

View File

@@ -1,53 +1,19 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Turkish Barbers | Premium Barbering in Westbury, Wiltshire", description: "Authentic Turkish barbering tradition in Westbury. Expert haircuts, beard grooming, and hot towel shaves from skilled barbers with 20+ years of experience.", keywords: "barber shop Westbury, Turkish barbering, haircuts, beard grooming, men's grooming, professional barber", metadataBase: new URL("https://turkishbarbers.co.uk"),
alternates: {
canonical: "https://turkishbarbers.co.uk"
},
openGraph: {
title: "Turkish Barbers | Premium Barbering in Westbury", description: "Experience authentic Turkish barbering craftsmanship in Westbury, Wiltshire", url: "https://turkishbarbers.co.uk", siteName: "Turkish Barbers", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7279.jpg", alt: "Turkish Barbers storefront"
}
]
},
twitter: {
card: "summary_large_image", title: "Turkish Barbers | Premium Barbering in Westbury", description: "Authentic Turkish barbering in Westbury, Wiltshire", images: ["http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7279.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Turkish Barbers - Premium Barbering in Westbury", description: "Experience authentic Turkish barbering tradition with premium craftsmanship in Westbury. Expert barbers, traditional techniques, modern styles."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1381,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -154,7 +154,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience authentic Turkish barbering? Book your appointment today and discover the difference premium craftsmanship makes."
text="Limited availability this week—reserve your slot now for premium Turkish barbering. Book today to secure your appointment."
animationType="entrance-slide"
buttons={[
{ text: "Book Appointment", href: "tel:+441373-XXX-XXX" },