6 Commits

Author SHA1 Message Date
5f98f8af8c Merge version_3 into main
Merge version_3 into main
2026-03-04 16:30:56 +00:00
9854bfe295 Update src/app/page.tsx 2026-03-04 16:30:52 +00:00
c176db17f8 Update src/app/layout.tsx 2026-03-04 16:30:51 +00:00
2398afc539 Switch to version 1: modified src/app/page.tsx 2026-03-04 16:29:21 +00:00
09982f3b61 Switch to version 1: modified src/app/layout.tsx 2026-03-04 16:29:21 +00:00
06c0a21a9b Merge version_2 into main
Merge version_2 into main
2026-03-04 16:23:57 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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"