Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5777718414 | |||
| 2f745729a7 | |||
| f58d0225bc | |||
| e0aa8e58cd | |||
| 0bbc8c9887 |
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user