Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b66620e6d | |||
| 9f2c8150d3 | |||
| 21190cf9ca |
@@ -40,8 +40,6 @@ export default function LandingPage() {
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
@@ -50,7 +48,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: (304) 292-7712", href: "tel:3042927712"}}
|
||||
text: "Call Now: (614) 800-2748", href: "tel:6148002748"}}
|
||||
brandName="Bob's Plumbing & Drain Cleaning"
|
||||
/>
|
||||
</div>
|
||||
@@ -91,10 +89,6 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "About Bob's Plumbing & Drain Cleaning"},
|
||||
{
|
||||
type: "text", content: "For over 15 years, Bob's Plumbing & Drain Cleaning has been the trusted name for reliable and efficient plumbing services in Dellslow, WV, and surrounding areas. We are a family-owned business committed to delivering top-quality workmanship and exceptional customer service. Our team of licensed and experienced plumbers is dedicated to solving your plumbing issues promptly and professionally, ensuring your home's systems run smoothly."},
|
||||
{
|
||||
type: "text", content: "We pride ourselves on transparent pricing, courteous service, and lasting solutions. From routine drain cleaning to complex water heater installations, we tackle every job with precision and care. Your satisfaction is our priority, and we stand behind our work with comprehensive guarantees."}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -212,7 +206,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What areas do you serve?", content: "We primarily serve Dellslow, WV, and the surrounding communities. Please contact us to confirm service availability in your specific location."},
|
||||
id: "faq-1", title: "What areas do you serve?", content: "We primarily serve Morgantown, WV, and the surrounding communities. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "faq-2", title: "Do you offer emergency plumbing services?", content: "Yes, we provide 24/7 emergency plumbing services for urgent issues like burst pipes, major leaks, and drain blockages. Call us anytime for rapid assistance."},
|
||||
{
|
||||
@@ -235,19 +229,19 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need a Plumber? Call Bob's Today!"
|
||||
description="Facing a plumbing emergency or planning an upgrade? Don't hesitate to reach out! Bob's Plumbing & Drain Cleaning is here to provide fast, reliable, and professional service across Dellslow, WV. Our friendly team is ready to answer your questions and schedule a service."
|
||||
description="Don't let plumbing problems disrupt your day. Contact us for fast, reliable service in Morgantown, WV. We're ready to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now", href: "tel:3042927712"},
|
||||
text: "Call Us Now: (614) 800-2748", href: "tel:6148002748"},
|
||||
{
|
||||
text: "Visit Our Location", href: "https://www.google.com/maps/dir/?api=1&destination=1902+Eljadid+St,+Dellslow,+WV+26531"},
|
||||
text: "Visit Our Location", href: "https://www.google.com/maps/dir/?api=1&destination=805+Chestnut+Ridge+Rd+unit+3,+Morgantown,+WV+26505"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Bob's Plumbing"
|
||||
logoText="Bob's Plumbing & Drain Cleaning"
|
||||
copyrightText="© 2025 | Bob's Plumbing & Drain Cleaning. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user