diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 71c0e6f..a73b1b0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,12 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { Tag } from "@/providers/themeProvider/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Vortex Web - Design & Marketing Studio", description: "Innovative design and marketing solutions for modern brands"}; + title: "Vortex Web - Design & Marketing Studio", description: "Innovative design and marketing solutions for modern brands" +}; export default function RootLayout({ children, @@ -16,7 +16,6 @@ export default function RootLayout({ return (
-