5 Commits

Author SHA1 Message Date
ca7134f083 Update src/app/page.tsx 2026-05-08 17:13:07 +00:00
f113bbf0fa Update src/app/page.tsx 2026-05-08 17:12:34 +00:00
a60dc4ccc4 Merge version_3 into main
Merge version_3 into main
2026-05-08 17:11:42 +00:00
63b1e41dae Update src/app/page.tsx 2026-05-08 17:11:39 +00:00
b90097978a Merge version_2 into main
Merge version_2 into main
2026-05-08 17:10:53 +00:00

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>