From 96b8268a0f7b1d72caa63499f7392b27ec1a5e71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3605cca..d3ca31e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,31 +29,19 @@ export default function LandingPage() { @@ -63,39 +51,23 @@ export default function LandingPage() { description="Enter the Future of Gaming" buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, { - text: "Call to Reserve", - href: "tel:+919999999999", - }, + text: "Call to Reserve", href: "tel:+919999999999"}, ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=1", - imageAlt: "Futuristic gaming environment", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "Futuristic gaming environment"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=2", - imageAlt: "Neon glowing gaming setup", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "Neon glowing gaming setup"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=3", - imageAlt: "Holographic grid gaming", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "Holographic grid gaming"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=4", - imageAlt: "Cyberpunk arena overview", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "Cyberpunk arena overview"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=5", - imageAlt: "High tech gaming zone", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "High tech gaming zone"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png?_wi=6", - imageAlt: "Jammin Zone entrance", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ98sSPnc9Ektaac944RDOytPD/futuristic-gaming-zone-entrance-with-neo-1774685667841-e5a03dec.png", imageAlt: "Jammin Zone entrance"}, ]} /> @@ -104,38 +76,19 @@ export default function LandingPage() { @@ -208,48 +138,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "day", - badge: "Daily", - price: "₹900", - subtitle: "Unlimited One Day", - features: [ - "Single Player", - "All Games Access", - "Full Day Pass", - ], + id: "day", badge: "Daily", price: "₹900", subtitle: "Unlimited One Day", features: [ + "Single Player", "All Games Access", "Full Day Pass"], }, { - id: "multi", - badge: "Pro", - price: "₹1500", - subtitle: "Multiplayer Unlimited", - features: [ - "Multiplayer Support", - "Tournament Entry", - "Priority Queue", - ], + id: "multi", badge: "Pro", price: "₹1500", subtitle: "Multiplayer Unlimited", features: [ + "Multiplayer Support", "Tournament Entry", "Priority Queue"], }, { - id: "gold", - badge: "Gold", - price: "₹9000", - subtitle: "Monthly Elite Card", - features: [ - "100 Hours / 60 Days", - "10 Hours Free", - "10 Drinks Included", - ], + id: "gold", badge: "Gold", price: "₹9000", subtitle: "Monthly Elite Card", features: [ + "100 Hours / 60 Days", "10 Hours Free", "10 Drinks Included"], }, { - id: "plat", - badge: "Platinum", - price: "₹15000", - subtitle: "Monthly Legend Card", - features: [ - "100 Hours / 50 Days", - "15 Hours Free", - "15 Drinks + Chips", - ], + id: "plat", badge: "Platinum", price: "₹15000", subtitle: "Monthly Legend Card", features: [ + "100 Hours / 50 Days", "15 Hours Free", "15 Drinks + Chips"], }, ]} title="VIP & Unlimited Passes" @@ -261,8 +163,7 @@ export default function LandingPage() {