From 5f6fca2af0fef2417a2372552c893afafb54d819 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:12:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 45524c9..837773e 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/service/ServiceWrapper"; -import Tag from "@/components/tag/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "CyberSecure - Master Cybersecurity Interviews", description: "Comprehensive preparation guide for landing your dream cybersecurity role. Learn from industry experts, explore real-world scenarios, and build the expertise employers are looking for."}; + title: "CyberSecure - Master Cybersecurity Interviews", description: "Comprehensive preparation guide for landing your dream cybersecurity role. Learn from industry experts, explore real-world scenarios, and build the expertise employers are looking for." +}; export default function RootLayout({ children, @@ -16,11 +15,8 @@ export default function RootLayout({ }) { return ( - - - - {children} - + + {children}