Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Zap, Shield, Globe, Rocket } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Games",
|
||||
id: "products",
|
||||
},
|
||||
name: "Games", id: "products"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Community", id: "testimonials"},
|
||||
]}
|
||||
brandName="NexGame"
|
||||
/>
|
||||
@@ -55,31 +48,19 @@ export default function LandingPage() {
|
||||
description="Experience the ultimate collection of futuristic gaming worlds. NexGame delivers premium performance and immersive gameplay for the modern challenger."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Playing",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Playing", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg?_wi=1",
|
||||
imageAlt: "Futuristic gaming setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg", imageAlt: "Futuristic gaming setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg?_wi=1",
|
||||
imageAlt: "VR gaming experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg", imageAlt: "VR gaming experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg?_wi=1",
|
||||
imageAlt: "Gaming keyboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg", imageAlt: "Gaming keyboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg?_wi=1",
|
||||
imageAlt: "Cyberpunk combat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg", imageAlt: "Cyberpunk combat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-video-game-together_53876-15393.jpg",
|
||||
imageAlt: "Tournament gaming",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-video-game-together_53876-15393.jpg", imageAlt: "Tournament gaming"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,33 +71,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ultra-Fast Engine",
|
||||
description: "High-fidelity physics and minimal latency for unmatched speed.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg?_wi=2",
|
||||
imageAlt: "gaming room setup",
|
||||
},
|
||||
title: "Ultra-Fast Engine", description: "High-fidelity physics and minimal latency for unmatched speed.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg", imageAlt: "gaming room setup"},
|
||||
{
|
||||
title: "Secure Transactions",
|
||||
description: "Bank-grade security protocols ensuring your digital items are safe.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg?_wi=2",
|
||||
imageAlt: "vr headset gaming",
|
||||
},
|
||||
title: "Secure Transactions", description: "Bank-grade security protocols ensuring your digital items are safe.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg", imageAlt: "vr headset gaming"},
|
||||
{
|
||||
title: "Global Community",
|
||||
description: "Play with millions in massive, stable multi-player environments.",
|
||||
buttonIcon: "Globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg?_wi=2",
|
||||
imageAlt: "mechanical gaming keyboard",
|
||||
},
|
||||
title: "Global Community", description: "Play with millions in massive, stable multi-player environments.", buttonIcon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg", imageAlt: "mechanical gaming keyboard"},
|
||||
{
|
||||
title: "Pro Performance",
|
||||
description: "Dynamic scaling ensures fluid gameplay regardless of your hardware.",
|
||||
buttonIcon: "Rocket",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg?_wi=2",
|
||||
imageAlt: "futuristic action video game",
|
||||
},
|
||||
title: "Pro Performance", description: "Dynamic scaling ensures fluid gameplay regardless of your hardware.", buttonIcon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg", imageAlt: "futuristic action video game"},
|
||||
]}
|
||||
title="Why NexGame Excels"
|
||||
description="Engineered for power, designed for immersion. We provide the tools you need to dominate."
|
||||
@@ -131,35 +96,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cyber Vortex",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luminous-metaverse-background_23-2149539960.jpg",
|
||||
},
|
||||
id: "p1", name: "Cyber Vortex", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/luminous-metaverse-background_23-2149539960.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mystic Realm",
|
||||
price: "$49.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pirate-character-portrait_23-2151486779.jpg",
|
||||
},
|
||||
id: "p2", name: "Mystic Realm", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pirate-character-portrait_23-2151486779.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Space Command",
|
||||
price: "$69.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688443.jpg",
|
||||
},
|
||||
id: "p3", name: "Space Command", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688443.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Retro Pixel Rush",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-pixel-background_23-2149625648.jpg",
|
||||
},
|
||||
id: "p4", name: "Retro Pixel Rush", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-pixel-background_23-2149625648.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Neon Circuit",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636167.jpg",
|
||||
},
|
||||
id: "p5", name: "Neon Circuit", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636167.jpg"},
|
||||
]}
|
||||
title="Trending Titles"
|
||||
description="Browse our hand-selected library of top-rated modern titles."
|
||||
@@ -171,30 +116,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Riv",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/player-rgb-lit-home-gaming-with-joystick_482257-124154.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex Riv", imageSrc: "http://img.b2bpic.net/free-photo/player-rgb-lit-home-gaming-with-joystick_482257-124154.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jordan P",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg",
|
||||
},
|
||||
id: "t2", name: "Jordan P", imageSrc: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-glasses_23-2151136814.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam K", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-woman-wearing-glasses_23-2151136814.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Taylor B",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/competitive-player-streaming-esport-tournament-using-technology-network-wireless-competitive-woman-playing-online-space-shooter-competition-powerful-professional-computer-talking-into-microphone_482257-17137.jpg",
|
||||
},
|
||||
id: "t4", name: "Taylor B", imageSrc: "http://img.b2bpic.net/free-photo/competitive-player-streaming-esport-tournament-using-technology-network-wireless-competitive-woman-playing-online-space-shooter-competition-powerful-professional-computer-talking-into-microphone_482257-17137.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Casey J",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414100.jpg",
|
||||
},
|
||||
id: "t5", name: "Casey J", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-sized-woman-influencer_23-2151414100.jpg"},
|
||||
]}
|
||||
cardTitle="What the Community Says"
|
||||
cardTag="Testimonials"
|
||||
@@ -211,30 +141,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is NexGame free to join?",
|
||||
content: "NexGame offers a free membership with access to basic features, while premium titles and exclusive community events are available through our monthly subscription.",
|
||||
},
|
||||
id: "q1", title: "Is NexGame free to join?", content: "NexGame offers a free membership with access to basic features, while premium titles and exclusive community events are available through our monthly subscription."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What platforms are supported?",
|
||||
content: "We support PC, major gaming consoles, and mobile devices with cross-play functionality enabled for most of our library.",
|
||||
},
|
||||
id: "q2", title: "What platforms are supported?", content: "We support PC, major gaming consoles, and mobile devices with cross-play functionality enabled for most of our library."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I secure my account?",
|
||||
content: "We prioritize security. You can enable two-factor authentication in your account settings and manage your linked devices easily.",
|
||||
},
|
||||
id: "q3", title: "How do I secure my account?", content: "We prioritize security. You can enable two-factor authentication in your account settings and manage your linked devices easily."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can I request a refund?",
|
||||
content: "We offer a 14-day refund policy for all digital purchases provided the game has not been played for more than 2 hours.",
|
||||
},
|
||||
id: "q4", title: "Can I request a refund?", content: "We offer a 14-day refund policy for all digital purchases provided the game has not been played for more than 2 hours."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "How do I join a competitive team?",
|
||||
content: "Join our official Discord community to find teammates and sign up for upcoming seasonal esports tournaments.",
|
||||
},
|
||||
id: "q5", title: "How do I join a competitive team?", content: "Join our official Discord community to find teammates and sign up for upcoming seasonal esports tournaments."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,29 +160,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Career",
|
||||
href: "#",
|
||||
},
|
||||
label: "Career", href: "#"},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user