diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 34d2c44..e06f4b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,7 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; - -const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Iron Avengers", description: "Earth's Mightiest Defenders"}; + title: "The Coconut Fighter - YouTube Music Channel", description: "Welcome to The Coconut Fighter, where we create and share original songs. Join us for music that moves, inspires, and entertains."}; export default function RootLayout({ children, @@ -14,7 +10,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}