7 Commits

Author SHA1 Message Date
2750ee8d29 Merge version_4 into main
Merge version_4 into main
2026-04-19 12:37:45 +00:00
ddd5e39ee0 Update src/app/page.tsx 2026-04-19 12:37:42 +00:00
a63a512ed4 Merge version_3 into main
Merge version_3 into main
2026-04-19 12:36:26 +00:00
9574d30b3a Update src/app/page.tsx 2026-04-19 12:36:23 +00:00
34c6f34ade Merge version_2 into main
Merge version_2 into main
2026-04-19 12:35:04 +00:00
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

@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Team That Actually Shows Up"
description={[
"Reliable & Punctual — We show up when we say we will. Expertise and quality craftsmanship at the heart of everything we do.", "Expert Problem-Solvers — Knowledgeable, thorough, and precise in every job.", "Premium Materials — Only the best quality parts for lasting results.", "Tidy Workmanship — We treat your home with respect and leave it spotless."]}
"We are proud to serve our local community with rapid-response plumbing and heating services that put your schedule first.", "Our team is built on a foundation of reliability; we pride ourselves on showing up exactly when promised, fully equipped to resolve your issues in a single visit.", "Stop waiting for contractors who don't show up. Experience the difference of a local team committed to speed, precision, and excellence in every project we undertake."]}
/>
</div>
@@ -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>
);
}
}