Update src/app/page.tsx

This commit is contained in:
2026-05-01 17:47:51 +00:00
parent 76f6ff11cf
commit 40f51b59eb

View File

@@ -178,6 +178,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" },
]}
textarea={{ name: "details", placeholder: "Briefly describe your project...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/workspace-with-laptop-women-s-fashion-accessories-isolated-white-background_23-2147924078.jpg"
/>
</div>