diff --git a/src/app/page.tsx b/src/app/page.tsx index 839b832..0030a8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 } from "lucide-react"; export default function LandingPage() { return ( @@ -30,7 +30,8 @@ export default function LandingPage() { @@ -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: 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." } ]} - title="Why GameHub Unlimited?" - description="We believe in uninterrupted gaming. Here is why players choose us." + title="Game Capabilities" + description="Built for hardcore gamers and casual enthusiasts alike, our engine redefines browser gaming." /> @@ -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="Top Trending Games" + description="Explore the top-rated games this week, handpicked by our pro community." /> @@ -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: "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." } ]} title="Frequently Asked Questions" - description="Have questions about our service? We've got answers." + description="Everything you need to know about our gaming ecosystem." faqsAnimation="slide-up" /> @@ -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 Feedback" + description="Join the largest growing community of browser gaming enthusiasts." 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" } ]} />