Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd1d109a55 | |||
| e503102992 | |||
| 48abbdf40d | |||
| 150c699754 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -230,4 +230,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user