Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 13:36:05 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}