Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4109151b88 | |||
| b4e977afb4 | |||
| 0c6b33b4c0 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Committed to Covington Excellence"
|
title="Committed to Covington Excellence"
|
||||||
description={[
|
description={[
|
||||||
"With over 20 years of experience serving Covington, our licensed team is dedicated to providing high-quality solutions for all your plumbing needs.", "We pride ourselves on our transparency, punctuality, and the lasting relationships we build with our local community."]}
|
"With over 20 years of experience serving Covington, our licensed team is dedicated to providing high-quality solutions for all your plumbing needs.", "We pride ourselves on our transparency, punctuality, and the lasting relationships we build with our local community." ]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "Are you available 24/7?", content: "Yes, we handle emergency calls anytime." },
|
{ id: "f1", title: "Are you available 24/7?", content: "Yes, we handle emergency calls anytime." },
|
||||||
{ id: "f2", title: "Do you offer free estimates?", content: "Yes, all major projects come with a free consultation and quote." },
|
{ id: "f2", title: "What are your business hours?", content: "Monday - Friday: 8 AM - 5 PM. Sunday: 8 AM - 5 PM. Saturday: Closed." },
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions? We have answers regarding your plumbing systems."
|
description="Have questions? We have answers regarding your plumbing systems."
|
||||||
@@ -148,8 +148,8 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Need a Reliable Plumber?"
|
title="Need a Reliable Plumber?"
|
||||||
description="Get in touch for a free inspection or emergency services today."
|
description="Get in touch for a free inspection or emergency services today. Call us at (470) 327-8080."
|
||||||
buttons={[{ text: "Contact Us Now", href: "tel:555-0123" }]}
|
buttons={[{ text: "Call (470) 327-8080", href: "tel:4703278080" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user