Merge version_2 into main #2
@@ -1,57 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } 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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "The Prince Barbershop Windsor | Professional Men's Haircuts & Grooming", description: "Windsor's trusted barbershop offering professional haircuts, fades, beard trims & grooming. Expert barbers, 4.9⭐ rating. Book online or walk-in today.", keywords: "Windsor barbershop, men's haircuts Windsor, professional barber, beard trim, fades Windsor, grooming services", metadataBase: new URL("https://theprincebarbershop.ca"),
|
||||
alternates: {
|
||||
canonical: "https://theprincebarbershop.ca"},
|
||||
openGraph: {
|
||||
title: "The Prince Barbershop Windsor | Professional Men's Grooming", description: "Expert barbers delivering precision haircuts, sharp fades, and beard grooming in downtown Windsor. Trusted by 197+ customers. 4.9⭐ rating.", url: "https://theprincebarbershop.ca", siteName: "The Prince Barbershop", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg", alt: "The Prince Barbershop professional barber service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "The Prince Barbershop Windsor | Professional Men's Grooming", description: "Expert barbers delivering precision haircuts and sharp fades. 4.9⭐ from 197+ customers.", images: ["http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "The Prince Barbershop | Professional Haircuts & Beard Grooming in Windsor", description: "Expert barber services in Windsor, ON. Professional haircuts, fades, beard trims, and grooming. Award-winning barbers with 15+ years experience."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1378,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
tag="Quality Standards"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user