diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a787196..5825c04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -11,7 +9,8 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "OSLO - AI Video Generation", description: "Transform natural language into broadcast-quality MP4s instantly with OSLO."}; + title: "OSLO - AI Video Generation", description: "Transform natural language into broadcast-quality MP4s instantly with OSLO." +}; export default function RootLayout({ children, @@ -21,10 +20,7 @@ export default function RootLayout({ return (
-