From 281c1d10c2998c3564f2e5f9d71e64651b7d7972 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:01:50 +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 31841fc..c5abef3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "NelosShop - Premium Designer & Luxury Reselling", description: "Discover authentic designer shoes, exclusive rep clothing, and luxury accessories. Verified quality, competitive pricing, fast shipping."}; + title: "NelosShop - Premium Designer & Luxury Reselling", description: "Discover authentic designer shoes, exclusive rep clothing, and luxury accessories. Verified quality, competitive pricing, fast shipping." +}; export default function RootLayout({ children, @@ -17,10 +16,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}