From 63b1e41daed05f121b0c77714a3412625f789ef8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:11:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" />