2 Commits

Author SHA1 Message Date
3fdf0f6eab Update src/app/page.tsx 2026-03-11 03:28:23 +00:00
f201beab51 Merge version_2 into main
Merge version_2 into main
2026-03-11 03:18:58 +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>
);
}
}