5 Commits

Author SHA1 Message Date
5777718414 Merge version_3 into main
Merge version_3 into main
2026-05-11 10:30:44 +00:00
2f745729a7 Update src/app/page.tsx 2026-05-11 10:30:41 +00:00
f58d0225bc Merge version_3 into main
Merge version_3 into main
2026-05-11 10:29:28 +00:00
e0aa8e58cd Update src/app/page.tsx 2026-05-11 10:29:25 +00:00
0bbc8c9887 Merge version_2 into main
Merge version_2 into main
2026-05-11 10:28:29 +00:00

View File

@@ -58,9 +58,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Ultimate Heating Services?"
metrics={[
{ label: "Fast Response", value: "Same Day", icon: Clock },
{ label: "Reliability", value: "Trusted", icon: ShieldCheck },
{ label: "Professionalism", value: "Expert", icon: Award },
{ label: "Fast Response: Same Day service to get your home running again.", value: "Same Day", icon: Clock },
{ label: "Reliability: Thousands of happy customers vouching for our work.", value: "Trusted", icon: ShieldCheck },
{ label: "Professionalism: Highly trained experts with years of experience.", value: "Expert", icon: Award },
]}
metricsAnimation="slide-up"
/>
@@ -100,7 +100,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get In Touch"
description="Located in Peterborough, we are ready to help with your heating needs. Fill out the form to request a quote or an emergency visit."
description="Located in Peterborough, we are ready to help with your plumbing needs. Fill out the form to request a quote or an emergency visit."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },