From c6492aa066cc267a834e32ff74c4b2d37a382e0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 07:21:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e64db0..721954a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,12 +83,12 @@ export default function LandingPage() { title="Recent Design Concepts" description="Exploring new aesthetic languages in the automotive space." products={[ - { id: "p1", name: "Apex Hypercar", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg" }, - { id: "p2", name: "Lumina Sedan", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/head-lights-car_1339-3223.jpg" }, - { id: "p3", name: "Retrofit 911", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-vintage-classic-car_74190-4283.jpg" }, - { id: "p4", name: "Terra Offroader", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-offroad-illustration_23-2150140857.jpg" }, - { id: "p5", name: "Oceanic Cabrio", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/back-shot-man-driving_23-2148320259.jpg" }, - { id: "p6", name: "Eco Urban", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737678.jpg" } + { id: "p1", name: "Apex Hypercar", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg" }, + { id: "p2", name: "Lumina Sedan", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-photo/head-lights-car_1339-3223.jpg" }, + { id: "p3", name: "Retrofit 911", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-vintage-classic-car_74190-4283.jpg" }, + { id: "p4", name: "Terra Offroader", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-offroad-illustration_23-2150140857.jpg" }, + { id: "p5", name: "Oceanic Cabrio", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-photo/back-shot-man-driving_23-2148320259.jpg" }, + { id: "p6", name: "Eco Urban", price: "Inquire for Quote", imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737678.jpg" } ]} /> @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1