2 Commits

Author SHA1 Message Date
49fa45075d Update src/app/page.tsx 2026-05-25 07:24:55 +00:00
5b7645617d Merge version_2 into main
Merge version_2 into main
2026-05-25 07:23:50 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
logoText="VelocityDash"
description="The ultimate open-world driving experience. Now featuring player-controlled vehicle exits, house placement, building construction, and a dynamic world economy."
description="The ultimate open-world driving experience. Now featuring mythic and legendary car skins to customize your ride to perfection."
buttons={[
{
text: "Start Driving", href: "#contact"},
@@ -103,11 +103,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1", name: "Luxury Mansion", price: "15,000", variant: "Building", imageSrc: "http://img.b2bpic.net/free-photo/close-up-carbon-fibre-headlight-sports-car_181624-23606.jpg"},
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: "Starter House", price: "2,500", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675525.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: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-neon-lights_23-2151005301.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"},
]}