Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 08:18:04 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -193,7 +193,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="Ready to transform your space? Contact Sahasra Planners and Designers today. Our team is here to discuss your project and bring your vision to life."
description="Ready to transform your space? Contact Sahasra Planners and Designers today for a free consultation no obligation. Our team is here to discuss your project and bring your vision to life."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}