Merge version_2 into main #5
@@ -1,9 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Prestigious Barbershop | Premium Men's Grooming", description: "Discover the art of classic grooming at Prestigious Barbershop. Master barbers, traditional techniques, modern comfort."};
|
||||
title: "Prestigious Barbershop | Premium Men's Grooming", description: "Discover the art of classic grooming at Prestigious Barbershop. Master barbers, traditional techniques, modern comfort."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,7 +14,6 @@ export default function RootLayout({
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
<Analytics />
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user