Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f18f43e452 | |||
| 22ecfcc535 |
@@ -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() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Games Search", id: "library" },
|
||||
{ name: "Library", id: "library" },
|
||||
{ name: "Capabilities", id: "features" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
@@ -41,8 +41,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "plain" }}
|
||||
title="Next-Gen Gaming Engine."
|
||||
description="Discover a high-performance portal featuring thousands of competitive, casual, and arcade titles playable directly in your browser. Powered for speed, built for players."
|
||||
title="Unlimited Free Gaming. Instant Access."
|
||||
description="Break through digital barriers with our massive library of 10,000+ unblockable titles. Play instantly in your browser with zero latency and full mobile-desktop sync."
|
||||
buttons={[
|
||||
{ text: "Browse Library", href: "#library" },
|
||||
{ text: "View Tech Specs", href: "#features" }
|
||||
@@ -51,11 +51,11 @@ export default function LandingPage() {
|
||||
imageAlt="High performance gaming portal"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "4K Support" },
|
||||
{ type: "text", text: "Global Servers" },
|
||||
{ type: "text", text: "Low Latency" },
|
||||
{ type: "text", text: "Anti-Cheat" },
|
||||
{ type: "text", text: "10,000+ Games" }
|
||||
{ type: "text", text: "10,000+ Games" },
|
||||
{ type: "text", text: "No Restrictions" },
|
||||
{ type: "text", text: "Instant Browser Play" },
|
||||
{ type: "text", text: "Zero-Latency" },
|
||||
{ type: "text", text: "Mobile-Friendly" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user