Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a06a5d655 | |||
| abadd213c3 | |||
| cc55c8ac04 | |||
| c6492aa066 | |||
| f7858f6757 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user