Merge version_3 into main #5
@@ -225,7 +225,7 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch With Us"
|
||||
description="Have questions about our developments or want to schedule a site visit? Contact our team today and let's discuss your real estate goals."
|
||||
description="Have questions about our developments or want to schedule a site visit? Our team will respond within 24 hours to discuss your real estate goals."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
@@ -241,7 +241,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your project needs or inquiry...", rows: 5,
|
||||
name: "message", placeholder: "What type of property are you interested in?", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user