4 Commits

Author SHA1 Message Date
e60c750ac1 Merge version_3 into main
Merge version_3 into main
2026-03-04 08:18:03 +00:00
6f9d0a5b56 Update src/app/page.tsx 2026-03-04 08:17:59 +00:00
9a8d2f57fe Update src/app/layout.tsx 2026-03-04 08:17:58 +00:00
a0a7008f13 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:15:36 +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>
);
}
}