Update src/app/page.tsx
This commit is contained in:
@@ -48,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>
|
||||
@@ -206,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."},
|
||||
{
|
||||
@@ -229,19 +229,19 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need a Plumber? Call Bob's Today!"
|
||||
description="Don't let plumbing problems disrupt your day. Contact us for fast, reliable service in Dellslow, WV. We're ready to help!"
|
||||
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