From f18f43e452ec51d9dd1015af1f81103c0426d5d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 16:37:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0030a8b..72ff41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Shield, Zap, Target, Search, Gamepad2, Trophy } from "lucide-react"; +import { Shield, Zap, Target, Search, Gamepad2, Trophy, LockOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -30,7 +30,7 @@ export default function LandingPage() { @@ -66,13 +66,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { icon: Target, title: "Advanced Discovery", description: "Intelligent matchmaking and search algorithms help you find your exact genre preference instantly." }, - { icon: Zap, title: "Low-Latency Engine", description: "Our proprietary edge-network ensures zero-frame drops and seamless input registration." }, - { icon: Gamepad2, title: "Multi-Platform Sync", description: "Start your game on desktop and pick up right where you left off on your mobile device." }, - { icon: Trophy, title: "Competitive Stats", description: "Live leaderboards and achievement tracking integrated for every title in our catalog." } + { icon: LockOpen, title: "Unblockable Access", description: "Engineered to bypass network restrictions so you can play anywhere, anytime, without limits." }, + { icon: Zap, title: "Instant Browser Engine", description: "No downloads, no installs. Our cloud-optimized engine delivers high-fidelity gaming directly to your browser." }, + { icon: Gamepad2, title: "Unlimited Free Titles", description: "Thousands of premium-quality games accessible at zero cost, updated daily with fresh content." }, + { icon: Trophy, title: "Cross-Device Sync", description: "Save your progress in the cloud and switch seamlessly between desktop, tablet, and mobile." } ]} - title="Game Capabilities" - description="Built for hardcore gamers and casual enthusiasts alike, our engine redefines browser gaming." + title="Unmatched Gaming Freedom" + description="We provide the tools and infrastructure to ensure your gaming experience remains fluid, accessible, and completely unblocked." /> @@ -87,8 +87,8 @@ export default function LandingPage() { { id: "g2", name: "Cipher Quest", price: "Free", variant: "Puzzle", imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=1" }, { id: "g3", name: "Solar Strike", price: "Free", variant: "Action", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=1" } ]} - title="Top Trending Games" - description="Explore the top-rated games this week, handpicked by our pro community." + title="Trending Free Games" + description="Play these top-rated titles instantly without any installations required." /> @@ -97,12 +97,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Does this support gamepads?", content: "Yes, we offer universal support for most modern wired and wireless controllers via Bluetooth or USB." }, - { id: "f2", title: "Are multiplayer games available?", content: "Absolutely, our server infrastructure supports real-time multiplayer for competitive titles." }, - { id: "f3", title: "What browsers are supported?", content: "Our engine works optimally on Chrome, Edge, Firefox, and Safari with hardware acceleration enabled." } + { id: "f1", title: "How do I play unblocked games?", content: "Our portal is designed specifically to run in restricted network environments, ensuring you can access your favorite games easily." }, + { id: "f2", title: "Do I need a high-end PC?", content: "No, our engine handles the heavy lifting in the cloud, allowing you to play smooth games on virtually any browser." }, + { id: "f3", title: "Are all these games really free?", content: "Yes, our mission is to provide unlimited, free access to our library of thousands of arcade and action titles." } ]} - title="Frequently Asked Questions" - description="Everything you need to know about our gaming ecosystem." + title="Got Questions?" + description="Find everything you need to know about starting your free gaming journey." faqsAnimation="slide-up" /> @@ -113,8 +113,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - title="Community Feedback" - description="Join the largest growing community of browser gaming enthusiasts." + title="Community Voices" + description="Join the growing network of gamers reclaiming their freedom to play." testimonials={[ { id: "t1", name: "Marcus K.", role: "Editor", company: "TechReviews", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=2" }, { id: "t2", name: "Jessica L.", role: "Designer", company: "Creative Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=2" }, @@ -129,23 +129,23 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Action Games", href: "#" }, + { label: "Unlimited Action", href: "#" }, { label: "Puzzle & Logic", href: "#" }, - { label: "Multiplayer Arena", href: "#" } + { label: "Instant Arena", href: "#" } ] }, { items: [ - { label: "Game API", href: "#" }, - { label: "Developer Tools", href: "#" }, - { label: "Report a Bug", href: "#" } + { label: "Unblocker Guide", href: "#" }, + { label: "System Status", href: "#" }, + { label: "Contact Support", href: "#" } ] }, { items: [ - { label: "Privacy", href: "#" }, + { label: "Privacy & Security", href: "#" }, { label: "Community Guidelines", href: "#" }, - { label: "Terms", href: "#" } + { label: "Terms of Service", href: "#" } ] } ]}