Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f98f8af8c | |||
| 9854bfe295 | |||
| c176db17f8 | |||
| 2398afc539 | |||
| 09982f3b61 | |||
| 06c0a21a9b |
@@ -5,7 +5,8 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "UGNNN Shows - Book Your Entertainment", description: "Discover movies, live events, shows, and sports experiences. Reserve your seats instantly with UGNNN Shows - your ultimate entertainment companion."};
|
||||
title: "UGNNN Shows - Book Your Entertainment", description: "Discover movies, live events, shows, and sports experiences. Reserve your seats instantly with UGNNN Shows - your ultimate entertainment companion."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -67,8 +67,7 @@ export default function HomePage() {
|
||||
rating={5}
|
||||
ratingText="Trusted by 5M+ Users"
|
||||
buttons={[
|
||||
{ text: "Explore Movies", href: "/movies" },
|
||||
{ text: "Find Events", href: "/events" },
|
||||
{ text: "Book Your First Movie", href: "/movies" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user