2 Commits

Author SHA1 Message Date
c6492aa066 Update src/app/page.tsx 2026-04-21 07:21:58 +00:00
f7858f6757 Merge version_1 into main
Merge version_1 into main
2026-04-21 07:20:33 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}