Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9854bfe295 | |||
| c176db17f8 | |||
| 2398afc539 | |||
| 09982f3b61 | |||
| 06c0a21a9b |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -67,8 +67,7 @@ export default function HomePage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Trusted by 5M+ Users"
|
ratingText="Trusted by 5M+ Users"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Movies", href: "/movies" },
|
{ text: "Book Your First Movie", href: "/movies" },
|
||||||
{ text: "Find Events", href: "/events" },
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user