Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5362fb7070 | |||
| 69e78ed4e3 | |||
| 1b0de0b600 | |||
| 6077d033a8 | |||
| 54c42944d8 |
@@ -1,52 +1,18 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Mulish } 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 mulish = Mulish({
|
|
||||||
variable: "--font-mulish", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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"),
|
title: "Turkish Barbers - Premium Barbering in Westbury", description: "Experience authentic Turkish barbering tradition with premium craftsmanship in Westbury. Expert barbers, traditional techniques, modern styles."};
|
||||||
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
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
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>
|
||||||
<body
|
{children}
|
||||||
className={`${mulish.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1415,7 +1381,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<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"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment", href: "tel:+441373-XXX-XXX" },
|
{ text: "Book Appointment", href: "tel:+441373-XXX-XXX" },
|
||||||
|
|||||||
Reference in New Issue
Block a user