diff --git a/src/app/page.tsx b/src/app/page.tsx index e35d30f..e19d2d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -205,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file