4 Commits

Author SHA1 Message Date
abadd213c3 Update src/app/page.tsx 2026-04-21 07:24:47 +00:00
cc55c8ac04 Merge version_2 into main
Merge version_2 into main
2026-04-21 07:22:01 +00:00
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>
@@ -158,6 +158,9 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
multiSelect={{
name: "projectType", label: "Project Type", options: ["Concept Design", "3D Modeling", "Aerodynamics", "Prototyping", "Other"]
}}
textarea={{ name: "message", placeholder: "Tell us about your project..." }}
imageSrc="http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg"
/>
@@ -177,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}