Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8402c55974 | |||
| d658b1a9aa | |||
| afe4abace7 |
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Games",
|
||||
id: "games",
|
||||
},
|
||||
name: "Games Library", id: "games"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="GameHub"
|
||||
/>
|
||||
@@ -56,9 +48,7 @@ export default function LandingPage() {
|
||||
description="The ultimate browser-based gaming destination. Jump into thousands of free games instantly without downloads or installs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Games",
|
||||
href: "#games",
|
||||
},
|
||||
text: "Browse Games", href: "#games"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13689.jpg?_wi=1"
|
||||
@@ -74,29 +64,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Zero Wait Time",
|
||||
description: "Start playing your favorite titles instantly with our lightning-fast loading engine.",
|
||||
},
|
||||
title: "Zero Wait Time", description: "Start playing your favorite titles instantly with our lightning-fast loading engine."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Massive Library",
|
||||
description: "Explore a curated collection of over 5,000+ free-to-play browser games.",
|
||||
},
|
||||
title: "Massive Library", description: "Explore a curated collection of over 5,000+ free-to-play browser games."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Cross-Platform",
|
||||
description: "Play seamlessly on any device—PC, tablet, or smartphone, no strings attached.",
|
||||
},
|
||||
title: "Cross-Platform", description: "Play seamlessly on any device—PC, tablet, or smartphone, no strings attached."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Secure & Safe",
|
||||
description: "All games are verified for quality and safety, ensuring a worry-free environment.",
|
||||
},
|
||||
title: "Secure & Safe", description: "All games are verified for quality and safety, ensuring a worry-free environment."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Global Community",
|
||||
description: "Connect with millions of players worldwide through built-in social features.",
|
||||
},
|
||||
title: "Global Community", description: "Connect with millions of players worldwide through built-in social features."},
|
||||
]}
|
||||
title="Why Gamers Love Us"
|
||||
description="We offer a seamless gaming experience optimized for every browser."
|
||||
@@ -111,50 +91,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
brand: "Action",
|
||||
name: "Cyber Runner",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "2.4k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-fox-half-robot-fantasy-style_23-2151600992.jpg",
|
||||
},
|
||||
id: "g1", brand: "Action", name: "Cyber Runner", price: "Free", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/half-fox-half-robot-fantasy-style_23-2151600992.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
brand: "Puzzle",
|
||||
name: "Logic Quest",
|
||||
price: "Free",
|
||||
rating: 4,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-square-wallpaper-with-blue-light_1123-454.jpg",
|
||||
},
|
||||
id: "g2", brand: "Puzzle", name: "Logic Quest", price: "Free", rating: 4,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/black-square-wallpaper-with-blue-light_1123-454.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
brand: "Arcade",
|
||||
name: "Neon Sports",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-anime-character-gaming_23-2151560678.jpg",
|
||||
},
|
||||
id: "g3", brand: "Arcade", name: "Neon Sports", price: "Free", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-anime-character-gaming_23-2151560678.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
brand: "Platform",
|
||||
name: "Gravity Leap",
|
||||
price: "Free",
|
||||
rating: 4,
|
||||
reviewCount: "900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-constellation-oil_23-2148231539.jpg",
|
||||
},
|
||||
id: "g4", brand: "Platform", name: "Gravity Leap", price: "Free", rating: 4,
|
||||
reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/green-abstract-constellation-oil_23-2148231539.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
brand: "Racing",
|
||||
name: "Velocity Drift",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "4.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837640.jpg",
|
||||
},
|
||||
id: "g5", brand: "Racing", name: "Velocity Drift", price: "Free", rating: 5,
|
||||
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837640.jpg"},
|
||||
]}
|
||||
title="Popular Games"
|
||||
description="Hand-picked favorites chosen by our community."
|
||||
@@ -169,45 +119,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Pro Player",
|
||||
company: "GameStream",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-guy-playing-online-games-pc-while-he-enjoys-gameplay-with-his-friends-using-headphones-his-desk-asian-gamer-having-fun-with-action-game-workstation-greenscreen-backdrop_482257-73593.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Pro Player", company: "GameStream", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-guy-playing-online-games-pc-while-he-enjoys-gameplay-with-his-friends-using-headphones-his-desk-asian-gamer-having-fun-with-action-game-workstation-greenscreen-backdrop_482257-73593.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Casual",
|
||||
company: "TechFans",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-headphones-armband-smartphone-looking-aside-with-pensive-expression-face_141793-108812.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Casual", company: "TechFans", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-headphones-armband-smartphone-looking-aside-with-pensive-expression-face_141793-108812.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Streamer",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Streamer", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David M.",
|
||||
role: "Editor",
|
||||
company: "GameDev",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-playing-video-game-using-virtual-reality-glasses-home_839833-8581.jpg",
|
||||
},
|
||||
id: "4", name: "David M.", role: "Editor", company: "GameDev", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-playing-video-game-using-virtual-reality-glasses-home_839833-8581.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex W.",
|
||||
role: "Gamer",
|
||||
company: "StartupX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-sitting-park-with-coffee-paper-cup-using-mobile-phone_23-2148042576.jpg",
|
||||
},
|
||||
id: "5", name: "Alex W.", role: "Gamer", company: "StartupX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-sitting-park-with-coffee-paper-cup-using-mobile-phone_23-2148042576.jpg"},
|
||||
]}
|
||||
title="Gamer Community"
|
||||
description="Join millions of players enjoying the fun."
|
||||
@@ -218,8 +143,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Stay Updated"
|
||||
title="Get New Game Alerts"
|
||||
description="Sign up to receive notifications about new daily releases and featured challenges."
|
||||
@@ -234,54 +158,33 @@ export default function LandingPage() {
|
||||
logoText="GameHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Games",
|
||||
href: "#games",
|
||||
},
|
||||
label: "Games", href: "#games"},
|
||||
{
|
||||
label: "New Releases",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Releases", href: "#"},
|
||||
{
|
||||
label: "Trending",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trending", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Forums",
|
||||
href: "#",
|
||||
},
|
||||
label: "Forums", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -290,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user