Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abadd213c3 | |||
| cc55c8ac04 |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user