diff --git a/src/app/page.tsx b/src/app/page.tsx index 721954a..9818af6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />