Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 03:28:27 +00:00

View File

@@ -207,7 +207,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Schedule Your Financial Strategy Consultation"
description="Let's discuss how we can optimize your financial situation. Share some details and we'll reach out to arrange a confidential consultation."
description="Let's discuss how we can optimize your financial situation. Share some details and we'll reach out to arrange a confidential consultation. Confidential consultation - no obligation."
inputs={[
{
name: "firstName", type: "text", placeholder: "First Name", required: true,
@@ -242,4 +242,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}