Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:11:39 +00:00
parent b90097978a
commit 63b1e41dae

View File

@@ -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"
/>
</div>