diff --git a/src/app/page.tsx b/src/app/page.tsx index e3ab28a..31800ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,6 +149,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Name", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }, ]} + multiSelect={{ name: "inquiry_type", label: "Nature of Inquiry", options: ["Tutorial Request", "Tech Tip", "General Question"] }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=04cw8i" />