From 49fa45075de9a399cc22a4ae58500d9dfa210564 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:24:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dee4e21..441b330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} -- 2.49.1