Update src/app/page.tsx

This commit is contained in:
2026-05-11 18:42:07 +00:00
parent 064fcf3e62
commit bcd5d7d3fa

View File

@@ -189,6 +189,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true }
]}
textarea={{ name: "needs", placeholder: "Tell us about your property needs...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/boss-instructing-assistant-colleagues-standing-sitting-table-with-monitor-documents-manager-pointing-paper-listening-coworker-business-communication-concept_74855-11543.jpg"
/>
</div>