2 Commits

Author SHA1 Message Date
bbb40ce33b Update src/app/page.tsx 2026-04-19 12:34:58 +00:00
9c25701703 Merge version_1 into main
Merge version_1 into main
2026-04-19 12:34:04 +00:00

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Ready for Heating Done Properly?"
title="Request Your Free No-Obligation Quote Today"
description="Get a free, no-obligation quote today."
inputs={[
{
@@ -238,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}