diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a429c4..0617238 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -123,34 +75,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "High-Tech Arcade", - description: "Latest modern and retro games.", - tag: "Arcade", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005765.jpg", - }, - { - id: "f2", - title: "Bowling Lanes", - description: "Professional quality lanes for everyone.", - tag: "Sports", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowling-alley_23-2148253063.jpg", - }, - { - id: "f3", - title: "VR Experiences", - description: "Immersive virtual reality adventures.", - tag: "VR", - imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-close-up_23-2148912802.jpg", - }, - { - id: "f4", - title: "Birthday Packages", - description: "Celebrate in style with custom events.", - tag: "Events", - imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570983.jpg", - }, + { id: "f1", title: "High-Tech Arcade", description: "Latest modern and retro games.", tag: "Arcade", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005765.jpg" }, + { id: "f2", title: "Bowling Lanes", description: "Professional quality lanes for everyone.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bowling-alley_23-2148253063.jpg" }, + { id: "f3", title: "VR Experiences", description: "Immersive virtual reality adventures.", tag: "VR", imageSrc: "http://img.b2bpic.net/free-photo/virtual-reality-headset-close-up_23-2148912802.jpg" }, + { id: "f4", title: "Birthday Packages", description: "Celebrate in style with custom events.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570983.jpg" } ]} title="Our Premium Facilities" description="Discover a world of high-tech entertainment designed for everyone." @@ -161,44 +89,15 @@ export default function LandingPage() { @@ -365,17 +182,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file