From 48abbdf40d0516fd38f2e3bdb2072116db051505 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:35:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.49.1 From e5031029921317406969e00a2914a6eaea2adc75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:35:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1