Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 04:55:20 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Find Your Dream Home?"
description="Get in touch with our team today. We're here to answer your questions and guide you through the process."
description="Schedule a private showing or ask our specialists about properties matching your criteria."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}