Compare commits
6 Commits
version_14
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ca2b7ef43 | |||
| 2db5079ab2 | |||
| f6b00bfaa5 | |||
| 8509690a4e | |||
| 55796d93f6 | |||
| 917f19eabb |
@@ -59,10 +59,11 @@ export default function LandingPage() {
|
|||||||
showMarqueeCard={false}
|
showMarqueeCard={false}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:480-702-6165" },
|
{ text: "Call Now - 24/7 Available", href: "tel:480-702-6165" },
|
||||||
{ text: "Get a Free Estimate", href: "#contact" }
|
{ text: "Get a Free Estimate", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
buttonClassName="first:bg-gradient-to-r first:from-blue-600 first:to-blue-700 first:hover:from-blue-700 first:hover:to-blue-800 first:text-white first:font-bold first:shadow-lg first:shadow-blue-500/50 first:scale-105 first:transition-all first:duration-300"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Pat came out the same day and got everything done fast. He explained everything clearly and made sure the job was done right. Best service I've had.", rating: 5,
|
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Pat came out the same day and got everything done fast. He explained everything clearly and made sure the job was done right. Best service I've had.", rating: 5,
|
||||||
@@ -184,7 +185,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" }
|
{ text: "Schedule Your Service Today", href: "tel:480-702-6165" },
|
||||||
|
{ text: "View All Services & Pricing", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Services section"
|
ariaLabel="Services section"
|
||||||
@@ -228,7 +230,7 @@ export default function LandingPage() {
|
|||||||
<div id="trust-section" data-section="trust-section">
|
<div id="trust-section" data-section="trust-section">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="No Surprises. No Confusion. Just Clear Communication."
|
title="No Surprises. No Confusion. Just Clear Communication."
|
||||||
description="Same-day emergency response, licensed technicians, and guaranteed upfront pricing—because you deserve a plumber who shows up fast, knows their craft, and tells you the truth about costs before any work begins."
|
description="We know one of the biggest frustrations in plumbing is unexpected pricing. That's why we focus on clear communication before any work begins. Our goal isn't to be the cheapest—it's to deliver real value, lasting repairs, and service you feel good about."
|
||||||
tag="Our Promise"
|
tag="Our Promise"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user