diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90fad97..1bef3da 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,10 +5,12 @@ import "./globals.css"; const poppins = Poppins({ subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], - variable: "--font-poppins"}); + variable: "--font-poppins" +}); export const metadata: Metadata = { - title: "StreamVerse - Premium Entertainment Streaming", description: "Experience unlimited entertainment with StreamVerse. Stream thousands of movies, series, and exclusive originals in stunning 4K quality."}; + title: "StreamVerse - Premium Entertainment Streaming", description: "Experience unlimited entertainment with StreamVerse. Stream thousands of movies, series, and exclusive originals in stunning 4K quality." +}; export default function RootLayout({ children, @@ -1387,4 +1389,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ee6d611..533769c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file