6 Commits

Author SHA1 Message Date
f18f43e452 Update src/app/page.tsx 2026-04-02 16:37:14 +00:00
22ecfcc535 Merge version_2 into main
Merge version_2 into main
2026-03-31 17:43:32 +00:00
6b5b59a488 Update src/app/page.tsx 2026-03-31 17:43:29 +00:00
049d1c4a71 Merge version_1 into main
Merge version_1 into main
2026-03-31 17:42:40 +00:00
cc9cf6f058 Merge version_1 into main
Merge version_1 into main
2026-03-31 17:42:14 +00:00
c836036830 Merge version_1 into main
Merge version_1 into main
2026-03-31 17:41:47 +00:00

View File

@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
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, Star, Zap } from "lucide-react";
import { Shield, Zap, Target, Search, Gamepad2, Trophy, LockOpen } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,7 +30,8 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "Games", id: "library" },
{ name: "Library", id: "library" },
{ name: "Capabilities", id: "features" },
{ name: "FAQ", id: "faq" }
]}
brandName="GameHub Unlimited"
@@ -40,28 +41,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "plain" }}
title="Unlimited Games, Zero Barriers."
description="Experience a massive library of unblockable games designed for seamless play on any device. Start your adventure today with no restrictions."
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: "Play Now", href: "#library" },
{ text: "Learn More", href: "#features" }
{ text: "Browse Library", href: "#library" },
{ text: "View Tech Specs", href: "#features" }
]}
imageSrc="http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg?_wi=1"
imageAlt="Unlimited gaming experiences"
imageAlt="High performance gaming portal"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg", alt: "Avatar 1" },
{ src: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg", alt: "Avatar 2" },
{ src: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg", alt: "Avatar 3" },
{ src: "http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg", alt: "Avatar 4" },
{ src: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg", alt: "Avatar 5" }
]}
marqueeItems={[
{ type: "text", text: "Unblockable" },
{ type: "text", text: "Ad-Free" },
{ type: "text", text: "Browser-Ready" },
{ type: "text", text: "Mobile-Friendly" },
{ type: "text", text: "1000+ Titles" }
{ 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>
@@ -72,12 +66,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: Shield, title: "100% Unblockable", description: "Our custom proxy technology ensures you can play anytime, anywhere without filters." },
{ icon: Zap, title: "Zero Lag", description: "Optimized web technologies provide lightning-fast loading speeds and smooth performance." },
{ icon: Star, title: "Infinite Library", description: "From retro classics to the latest browser hits, our collection grows every single day." }
{ 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="Why GameHub Unlimited?"
description="We believe in uninterrupted gaming. Here is why players choose us."
title="Unmatched Gaming Freedom"
description="We provide the tools and infrastructure to ensure your gaming experience remains fluid, accessible, and completely unblocked."
/>
</div>
@@ -88,12 +83,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "g1", name: "Fantasy Jump", price: "Free", variant: "Platformer", imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=1" },
{ id: "g2", name: "Neon Match", price: "Free", variant: "Puzzle", imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=1" },
{ id: "g3", name: "Arcade Drift", price: "Free", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=1" }
{ id: "g1", name: "Hyper Drift 2025", price: "Free", variant: "Racing", imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=1" },
{ 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="Trending Games"
description="Dive into our most popular titles and discover your next favorite game."
title="Trending Free Games"
description="Play these top-rated titles instantly without any installations required."
/>
</div>
@@ -102,12 +97,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Is it really unblockable?", content: "Yes, we use advanced obfuscation techniques to bypass common network restrictions." },
{ id: "f2", title: "Are these games safe?", content: "All games are screened for security and performance to ensure a safe gaming environment." },
{ id: "f3", title: "Do I need to install anything?", content: "No, everything runs directly in your web browser with no downloads required." }
{ 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="Have questions about our service? We've got answers."
title="Got Questions?"
description="Find everything you need to know about starting your free gaming journey."
faqsAnimation="slide-up"
/>
</div>
@@ -118,41 +113,42 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Player Voices"
description="See why thousands of gamers choose us for their daily fix."
title="Community Voices"
description="Join the growing network of gamers reclaiming their freedom to play."
testimonials={[
{ id: "t1", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=2" },
{ id: "t2", name: "Sarah J.", role: "Casual Player", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/summer-party-landing-page-template_23-2150339423.jpg?_wi=2" },
{ id: "t3", name: "Mike T.", role: "Speedrunner", company: "GameHub Fan", rating: 4, imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=2" },
{ id: "t4", name: "Elena V.", role: "Developer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/futuristic-duotone-galaxy-youtube-thumbnail_23-2149480959.jpg?_wi=2" },
{ id: "t5", name: "Alex R.", role: "Pro Gamer", company: "GameHub Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/purple-crater-land-game-design_1284-34894.jpg?_wi=3" }
{ 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" },
{ id: "t3", name: "David S.", role: "Pro Player", company: "eSports Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148360091.jpg?_wi=2" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterLogoEmphasis
logoText="GameHub"
columns={[
{
title: "Platform", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" }
items: [
{ label: "Unlimited Action", href: "#" },
{ label: "Puzzle & Logic", href: "#" },
{ label: "Instant Arena", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#" },
{ label: "FAQs", href: "#faq" }
items: [
{ label: "Unblocker Guide", href: "#" },
{ label: "System Status", href: "#" },
{ label: "Contact Support", href: "#" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
items: [
{ label: "Privacy & Security", href: "#" },
{ label: "Community Guidelines", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 GameHub Unlimited. All rights reserved."
/>
</div>
</ReactLenis>