Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de077cdced | |||
| 0c428a5f26 | |||
| 073519b7ed |
124
src/app/page.tsx
124
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Car, Map, Users, Home, DollarSign, Building } from "lucide-react";
|
||||
import { Car, Map, Users, Home, DollarSign, Building, Award, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Gameplay", id: "features"},
|
||||
{
|
||||
name: "Garage", id: "products"},
|
||||
{
|
||||
name: "Community", id: "testimonials"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Play-to-Earn", id: "features" },
|
||||
{ name: "Assets", id: "products" },
|
||||
{ name: "Community", id: "testimonials" },
|
||||
]}
|
||||
brandName="VelocityDash"
|
||||
/>
|
||||
@@ -46,15 +42,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="VelocityDash"
|
||||
description="The ultimate open-world driving experience. Now featuring mythic and legendary car skins to customize your ride to perfection."
|
||||
description="The ultimate pure play-to-earn driving experience. Earn rewards through your skill, without any pay-to-win mechanics. Drive, compete, and profit from your mastery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Driving", href: "#contact"},
|
||||
{
|
||||
text: "Explore Garage", href: "#products"},
|
||||
{ text: "Start Earning", href: "#contact" },
|
||||
{ text: "Explore Assets", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140847.jpg"
|
||||
imageAlt="VelocityDash Hero"
|
||||
@@ -65,9 +58,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Shape Your World"
|
||||
title="True Skill, Real Rewards"
|
||||
description={[
|
||||
"Step out of your vehicle and take full control of your surroundings.", "Strategically place custom houses and massive buildings to build your own empire.", "Manage your hard-earned money and watch your legacy grow in real-time."]}
|
||||
"VelocityDash is built on a strictly play-to-earn model. Every accomplishment, every race won, and every asset managed directly contributes to your earnings.", "There are no shortcuts, no pay-to-win mechanics, and no external purchases required to get ahead. Success is determined entirely by your performance on the track."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,20 +72,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Vehicle Exits", descriptions: [
|
||||
"Experience full freedom to exit your vehicle and walk the world freely."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828175.jpg"},
|
||||
id: "f1", title: "Skill-Based Earnings", descriptions: ["Your earnings are a direct reflection of your driving skill and strategic decision-making."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828175.jpg"
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Building Construction", descriptions: [
|
||||
"Construct custom houses and commercial buildings anywhere on the map."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlights-glow-distant-winter-road-across-open-fields-distant-car-highway_169016-71383.jpg"},
|
||||
id: "f2", title: "No Pay-to-Win", descriptions: ["We guarantee a level playing field. No player can buy their way to victory or faster rewards."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlights-glow-distant-winter-road-across-open-fields-distant-car-highway_169016-71383.jpg"
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Dynamic Economy", descriptions: [
|
||||
"Earn, invest, and spend money to upgrade your property and assets."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-lightened-tunnel-road_181624-17780.jpg"},
|
||||
id: "f3", title: "Transparent Economy", descriptions: ["Every transaction is community-driven. Build your wealth solely through active gameplay and market participation."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-view-lightened-tunnel-road_181624-17780.jpg"
|
||||
},
|
||||
]}
|
||||
title="New Gameplay Features"
|
||||
description="Unleash your potential with our latest interactive mechanics."
|
||||
title="Fair Play-to-Earn"
|
||||
description="Experience a driving world where your time and skill are your greatest assets."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,17 +96,13 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Mythic Racer", price: "Special", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg"},
|
||||
{
|
||||
id: "p2", name: "Legendary Speedster", price: "Ultra", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg"},
|
||||
{
|
||||
id: "p3", name: "Industrial Complex", price: "25,000", variant: "Building", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg"},
|
||||
{
|
||||
id: "p4", name: "Business HQ", price: "50,000", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg"},
|
||||
{ id: "p1", name: "Skill-Earned Skin", price: "Reward", variant: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg" },
|
||||
{ id: "p2", name: "Performance Master", price: "Reward", variant: "Unlock", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.jpg" },
|
||||
{ id: "p3", name: "Asset Complex", price: "10k Earned", variant: "Empire", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.jpg" },
|
||||
{ id: "p4", name: "Hub Equity", price: "20k Earned", variant: "Empire", imageSrc: "http://img.b2bpic.net/free-photo/closeup-back-vintage-car-field-cloudy-sky_181624-12024.jpg" },
|
||||
]}
|
||||
title="Property Market"
|
||||
description="Start your real estate journey today."
|
||||
title="Earn Your Empire"
|
||||
description="Build your collection purely through gameplay performance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,18 +112,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", icon: Home,
|
||||
title: "Buildings Placed", value: "12,500+"},
|
||||
{
|
||||
id: "m2", icon: DollarSign,
|
||||
title: "Currency Circulating", value: "$850M"},
|
||||
{
|
||||
id: "m3", icon: Users,
|
||||
title: "Active Explorers", value: "1.2M+"},
|
||||
{ id: "m1", icon: Award, title: "Skill Rewards Paid", value: "$950M+" },
|
||||
{ id: "m2", icon: ShieldCheck, title: "Fair Play Verified", value: "100%" },
|
||||
{ id: "m3", icon: Users, title: "Active Earners", value: "1.5M+" },
|
||||
]}
|
||||
title="World Impact"
|
||||
description="See how players are reshaping the world daily."
|
||||
title="Player Success"
|
||||
description="A thriving ecosystem built on fair reward distribution."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,27 +127,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Alex R.", role: "Pro Racer", testimonial: "The ability to finally get out and build my own estate is a game changer!", imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg"},
|
||||
{
|
||||
id: "t2", name: "Mia S.", role: "Tycoon", testimonial: "I love the economic depth now added to the open world.", imageSrc: "http://img.b2bpic.net/free-photo/drawings-about-legal-profession_23-2151190615.jpg"},
|
||||
{ id: "t1", name: "Alex R.", role: "Pro Earner", testimonial: "Finally, a game that respects my skill instead of my wallet. I've built my empire purely by winning!", imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg" },
|
||||
{ id: "t2", name: "Mia S.", role: "Strategy Tycoon", testimonial: "The zero pay-to-win policy makes every asset I own feel like a genuine badge of honor.", imageSrc: "http://img.b2bpic.net/free-photo/drawings-about-legal-profession_23-2151190615.jpg" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="What our players think about the new world-building features."
|
||||
title="Community Insights"
|
||||
description="Hear from players who have thrived in our pure play-to-earn model."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Join Now"
|
||||
title="Build Your Empire"
|
||||
description="Download VelocityDash and start shaping your own reality in the ultimate open-world driving experience."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Start Earning"
|
||||
title="Your Skill, Your Profit"
|
||||
description="Download VelocityDash today. No pay-to-win mechanics, just pure play-to-earn driving mastery. Ready to race for rewards?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Building"},
|
||||
{ text: "Download & Earn" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,24 +151,14 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Game", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
{ title: "Game", items: [{ label: "Philosophy", href: "#about" }, { label: "Mechanics", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Fair Play", href: "#" }, { label: "Rules", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 VelocityDash"
|
||||
bottomRightText="All Rights Reserved"
|
||||
bottomRightText="Pure Play-to-Earn"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user