From 18eee041453a884021a01c743b52d0f5ed3ab178 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:30:19 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb722e6..782ef5c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,13 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/shared/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { title: "Cuts & Curls - Premium Unisex Salon in Bangalore", description: "Professional haircuts, beauty treatments, and bridal services at Cuts & Curls Unisex Salon. Rated 4.4⭐ by 56 customers in Ganga Nagar, Bettahalsoor.", keywords: "salon, haircut, beauty, bridal makeup, unisex salon, Bangalore", openGraph: { - title: "Cuts & Curls - Premium Unisex Salon", description: "Professional salon services including haircuts, beauty treatments, and bridal makeup.", type: "website"}, + title: "Cuts & Curls - Premium Unisex Salon", description: "Professional salon services including haircuts, beauty treatments, and bridal makeup.", type: "website" + } }; export default function RootLayout({ @@ -19,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}