Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49fa45075d | |||
| 5b7645617d |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
logoText="VelocityDash"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Driving", href: "#contact"},
|
text: "Start Driving", href: "#contact"},
|
||||||
@@ -103,11 +103,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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"},
|
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"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user