Merge version_3 into main #6
@@ -37,7 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: (555) 123-4567", href: "tel:+15551234567"}}
|
||||
text: "Call Now: (555) 987-6543", href: "tel:+15559876543"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (555) 123-4567", href: "tel:+15551234567"},
|
||||
text: "Call Now: (555) 987-6543", href: "tel:+15559876543"},
|
||||
{
|
||||
text: "Request Service", href: "/contact"},
|
||||
]}
|
||||
@@ -138,12 +138,12 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Barry's Emergency Plumbing?"
|
||||
description={[
|
||||
"We're your trusted neighborhood plumber. With over 20 years of local experience, we've built our reputation on honest recommendations, fair pricing, and fast response times. When plumbing emergencies strike, you need someone you can count on.", "Every customer is treated with respect and clear communication. We explain repair options, pricing upfront with no hidden fees, and take pride in quality workmanship. Many of our customers have trusted us for years—and we aim to earn your trust too.", "Available 24/7 for emergency calls. Respectful, professional service in your home. Fair, competitive pricing. Experienced, knowledgeable plumber. That's the Barry's Emergency Plumbing difference."]}
|
||||
"We're your trusted neighborhood plumber. With over 20 years of local experience, we've built our reputation on honest recommendations, fair pricing, and fast response times. When plumbing emergencies strike, you need someone you can count on.", "Every customer is treated with respect and clear communication. We explain repair options, pricing upfront with no hidden fees, and take pride in quality workmanship. Many of our customers have trusted us for years—and we aim to earn your trust too.", "Available 24/7 for emergency calls. Respectful, professional service in your home. Fair, competitive pricing. Experienced, knowledgeable plumber. That's the Barry's Emergency Plumbing difference." ]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service Now", href: "/contact"},
|
||||
{
|
||||
text: "Call (555) 123-4567", href: "tel:+15551234567"},
|
||||
text: "Call (555) 987-6543", href: "tel:+15559876543"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you offer 24/7 emergency plumbing service?", content: "Yes! We're available 24 hours a day, 7 days a week for emergency plumbing calls. Nights, weekends, holidays—call (555) 123-4567 anytime you need urgent help."},
|
||||
id: "1", title: "Do you offer 24/7 emergency plumbing service?", content: "Yes! We're available 24 hours a day, 7 days a week for emergency plumbing calls. Nights, weekends, holidays—call (555) 987-6543 anytime you need urgent help."},
|
||||
{
|
||||
id: "2", title: "How quickly can you respond to emergency calls?", content: "Our average emergency response time is 30 minutes. We prioritize urgent calls to minimize water damage and get your plumbing working again fast."},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
{
|
||||
id: "5", title: "Do you service water heaters and drain clogs?", content: "Yes! We repair, maintain, and install water heaters of all brands and types. We also specialize in drain cleaning and clog removal using modern equipment."},
|
||||
{
|
||||
id: "6", title: "What areas do you serve?", content: "We serve the greater metro area and surrounding communities. Call (555) 123-4567 to confirm we service your location, or fill out our online contact form and we'll get back to you quickly."},
|
||||
id: "6", title: "What areas do you serve?", content: "We serve the greater metro area and surrounding communities. Call (555) 987-6543 to confirm we service your location, or fill out our online contact form and we'll get back to you quickly."},
|
||||
{
|
||||
id: "7", title: "Can I request service online?", content: "Yes! You can fill out our online service request form with details about your plumbing issue. We'll contact you within 1 hour to confirm your appointment time."},
|
||||
]}
|
||||
@@ -228,7 +228,7 @@ export default function HomePage() {
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your phone number"
|
||||
buttonText="Call Now: (555) 123-4567"
|
||||
buttonText="Call Now: (555) 987-6543"
|
||||
termsText="We'll respond to your request within 1 hour. Available 24/7 for emergencies."
|
||||
/>
|
||||
</div>
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (555) 123-4567", href: "tel:+15551234567" },
|
||||
{ label: "Call: (555) 987-6543", href: "tel:+15559876543" },
|
||||
{ label: "Emergency: 24/7", href: "#" },
|
||||
{ label: "Service Request Form", href: "/contact" },
|
||||
{ label: "Email: info@barrysplumbing.com", href: "mailto:info@barrysplumbing.com" },
|
||||
|
||||
Reference in New Issue
Block a user