From 06096c979633c83f6fa6fdb16064b89bc19c3ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:57:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++-------------------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76093b3..e5a94b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; + import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -33,21 +33,19 @@ export default function LandingPage() { @@ -60,7 +58,7 @@ export default function LandingPage() { tag="⭐ Rated “One of the best gaming cafés in Lucknow” by regular gamers" buttons={[ { - text: "Book Your Gaming Slot", href: "#contact"}, + text: "Book Your Gaming Slot", href: "tel:6706066997"}, { text: "Explore the Arena", href: "#about"}, ]} @@ -173,19 +171,19 @@ export default function LandingPage() { id: "pc-hourly", title: "PC Gaming", price: "₹150", period: "/ hour", features: [ "High-end PC Access", "Latest Titles Library", "Ergonomic Setup", "Fast Internet"], button: { - text: "Book PC Slot", href: "#contact"}, + text: "Book PC Slot", href: "tel:6706066997"}, imageSrc: "http://img.b2bpic.net/free-photo/3d-workstation-with-computer-peripheral-devices_23-2150714175.jpg", imageAlt: "Glowing gaming PC tower"}, { id: "console-hourly", title: "Console Gaming", price: "₹150", period: "/ hour", features: [ "PS5 & Xbox Access", "Large Screen Experience", "Comfortable Lounge", "Party Friendly"], button: { - text: "Book Console Slot", href: "#contact"}, + text: "Book Console Slot", href: "tel:6706066997"}, imageSrc: "http://img.b2bpic.net/free-photo/yellow-monstera-leaf-vase-still-life_23-2149293025.jpg", imageAlt: "Minimalist console controllers"}, { id: "bundle-offers", title: "Exclusive Bundles", price: "Custom", period: "Rates", features: [ "3 Hours Pack Discount", "Group Play Discounts (4+)", "Weekly Membership Pass", "Unlimited Sessions"], button: { - text: "View Bundles", href: "#contact"}, + text: "View Bundles", href: "tel:6706066997"}, imageSrc: "http://img.b2bpic.net/free-vector/flat-world-science-day-illustration_52683-95661.jpg", imageAlt: "Abstract neon network for bundles"}, ]} title="Simple & Transparent Pricing" @@ -193,36 +191,6 @@ export default function LandingPage() { /> - -
); -} +} \ No newline at end of file -- 2.49.1