Merge version_1 into main #1
125
src/app/page.tsx
125
src/app/page.tsx
@@ -29,23 +29,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Strategies",
|
||||
id: "features",
|
||||
},
|
||||
name: "Strategies", id: "features"},
|
||||
{
|
||||
name: "Gear",
|
||||
id: "products",
|
||||
},
|
||||
name: "Gear", id: "products"},
|
||||
{
|
||||
name: "Guides",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Guides", id: "faq"},
|
||||
]}
|
||||
brandName="GameVault"
|
||||
button={{ text: "Login", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,13 +48,9 @@ export default function LandingPage() {
|
||||
description="The ultimate gaming hub for professional strategies, expert tips, and top-tier gear recommendations to dominate every level."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Get Started", href: "#features"},
|
||||
{
|
||||
text: "View Gear",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Gear", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038324.jpg"
|
||||
@@ -77,23 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tactical Mastery",
|
||||
description: "In-depth guides on map positioning and objective control.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352342.jpg",
|
||||
imageAlt: "Tactical game map",
|
||||
},
|
||||
title: "Tactical Mastery", description: "In-depth guides on map positioning and objective control.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-objects-with-role-playing-game-sheet_23-2149352342.jpg", imageAlt: "Tactical game map"},
|
||||
{
|
||||
title: "Hardware Optimization",
|
||||
description: "Perfect your setup for minimal latency and maximum fps.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-playing-videogames-desktop-computer_482257-102921.jpg",
|
||||
imageAlt: "Professional keyboard",
|
||||
},
|
||||
title: "Hardware Optimization", description: "Perfect your setup for minimal latency and maximum fps.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-playing-videogames-desktop-computer_482257-102921.jpg", imageAlt: "Professional keyboard"},
|
||||
{
|
||||
title: "Pro Player Insights",
|
||||
description: "Learn from the top tier with exclusive pro analysis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-young-smiling-girl-vr-glasses_1268-24395.jpg",
|
||||
imageAlt: "Pro gamer setup",
|
||||
},
|
||||
title: "Pro Player Insights", description: "Learn from the top tier with exclusive pro analysis.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-young-smiling-girl-vr-glasses_1268-24395.jpg", imageAlt: "Pro gamer setup"},
|
||||
]}
|
||||
title="Master Every Arena"
|
||||
description="Unlock your potential with data-driven tips, frame-perfect strategy guides, and meta-shifting insights."
|
||||
@@ -108,47 +85,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Precision Mouse",
|
||||
price: "$89",
|
||||
variant: "Pro-Series",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-rgb-led-lights-system-desktop-woman-gamer-playing-space-shoother-video-games-online-championship-gaming-studio-equipped-with-professional-streaming-setup_482257-29255.jpg",
|
||||
},
|
||||
id: "p1", name: "Precision Mouse", price: "$89", variant: "Pro-Series", imageSrc: "http://img.b2bpic.net/free-photo/closeup-rgb-led-lights-system-desktop-woman-gamer-playing-space-shoother-video-games-online-championship-gaming-studio-equipped-with-professional-streaming-setup_482257-29255.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mechanical Pro Board",
|
||||
price: "$159",
|
||||
variant: "Linear-Click",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg",
|
||||
},
|
||||
id: "p2", name: "Mechanical Pro Board", price: "$159", variant: "Linear-Click", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Headset Pro",
|
||||
price: "$129",
|
||||
variant: "Studio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headphones-displayed-against-dark-background_157027-4466.jpg",
|
||||
},
|
||||
id: "p3", name: "Headset Pro", price: "$129", variant: "Studio", imageSrc: "http://img.b2bpic.net/free-photo/headphones-displayed-against-dark-background_157027-4466.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ultra-Wide Panel",
|
||||
price: "$499",
|
||||
variant: "240Hz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intelligence-analyst-reviews-ships-activity-isolated-mockup-screen_482257-90074.jpg",
|
||||
},
|
||||
id: "p4", name: "Ultra-Wide Panel", price: "$499", variant: "240Hz", imageSrc: "http://img.b2bpic.net/free-photo/intelligence-analyst-reviews-ships-activity-isolated-mockup-screen_482257-90074.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Speed Surface Pad",
|
||||
price: "$29",
|
||||
variant: "Textured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-office-stationery-camera_23-2147833209.jpg",
|
||||
},
|
||||
id: "p5", name: "Speed Surface Pad", price: "$29", variant: "Textured", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-office-stationery-camera_23-2147833209.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Broadcast Mic",
|
||||
price: "$199",
|
||||
variant: "Studio-USB",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/streamer-cyber-performing-space-shooter-video-game-powerful-pc-talking-with-players-chat-open-professional-competition_482257-560.jpg",
|
||||
},
|
||||
id: "p6", name: "Broadcast Mic", price: "$199", variant: "Studio-USB", imageSrc: "http://img.b2bpic.net/free-photo/streamer-cyber-performing-space-shooter-video-game-powerful-pc-talking-with-players-chat-open-professional-competition_482257-560.jpg"},
|
||||
]}
|
||||
title="Essential Gaming Gear"
|
||||
description="Our curated selection of hardware to optimize your performance and style."
|
||||
@@ -160,20 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I improve my aim?",
|
||||
content: "Focus on consistent DPI settings and daily aim training routines.",
|
||||
},
|
||||
id: "f1", title: "How do I improve my aim?", content: "Focus on consistent DPI settings and daily aim training routines."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Which settings should I change?",
|
||||
content: "Prioritize high refresh rates and turn off motion blur/vsync for responsiveness.",
|
||||
},
|
||||
id: "f2", title: "Which settings should I change?", content: "Prioritize high refresh rates and turn off motion blur/vsync for responsiveness."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I join a tournament?",
|
||||
content: "Join our discord to find local and online match opportunities.",
|
||||
},
|
||||
id: "f3", title: "How do I join a tournament?", content: "Join our discord to find local and online match opportunities."},
|
||||
]}
|
||||
sideTitle="Leveling Questions"
|
||||
sideDescription="Common queries answered by our pro community."
|
||||
@@ -185,8 +123,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Stay Updated"
|
||||
title="Never Miss a Strategy"
|
||||
description="Sign up for our newsletter to get weekly tips and gear discounts."
|
||||
@@ -197,29 +134,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Discord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Discord", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Gear Guide",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gear Guide", href: "#products"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user