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 ( -
-