Update src/app/page.tsx
This commit is contained in:
116
src/app/page.tsx
116
src/app/page.tsx
@@ -34,10 +34,11 @@ export default function HomePage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now: (402) 383-1633", href: "tel:+14023831633"}}
|
||||
text: "Call Now: (402) 383-1633", href: "tel:+14023831633"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,25 +50,34 @@ export default function HomePage() {
|
||||
tag="Emergency Plumbing Available"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
background={{
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (402) 383-1633", href: "tel:+14023831633"},
|
||||
text: "Call Now: (402) 383-1633", href: "tel:+14023831633"
|
||||
},
|
||||
{
|
||||
text: "Request Service", href: "/contact"},
|
||||
text: "Request Service", href: "/contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional plumber working on pipes"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional plumber working on pipes"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg", imageAlt: "Emergency plumbing repair in progress"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-lying-sink_23-2147772221.jpg", imageAlt: "Emergency plumbing repair in progress"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Water heater installation service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Water heater installation service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "Drain cleaning equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", imageAlt: "Drain cleaning equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Leak repair services"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Leak repair services"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -112,21 +122,28 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly."},
|
||||
id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage."},
|
||||
id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks. We find the source and fix it right, preventing costly water damage."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers."},
|
||||
id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs and restore flow to your drains, sinks, and showers."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters."},
|
||||
id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee."},
|
||||
id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. All work backed by our satisfaction guarantee."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations."},
|
||||
id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. We also handle plumbing for home remodels and renovations."
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services", href: "/services"},
|
||||
text: "View All Services", href: "/services"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -138,12 +155,15 @@ 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: "Request Service Now", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Call (402) 383-1633", href: "tel:+14023831633"},
|
||||
text: "Call (402) 383-1633", href: "tel:+14023831633"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -158,22 +178,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjohnsonfamily", testimonial: "Barry arrived within 30 minutes of my emergency call. He quickly diagnosed our burst pipe, explained the repair clearly, and fixed it without any fuss. Honest pricing, professional work. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_home", testimonial: "Had a major drain clog in my basement. Barry was straightforward about what needed to be done and the cost—no surprises. The work was done efficiently and my drain is flowing perfectly now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-holding-mobile-phone-coffee-cup-waiting-area_107420-95820.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguezdiy", testimonial: "Called for a water heater issue on a Sunday. Barry answered immediately, came out the same day, and got us hot water again. Great service, fair price. We've used him three times now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-broadly-business-woman-showing-thumb-up_1262-1127.jpg?_wi=1", imageAlt: "Emily Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-broadly-business-woman-showing-thumb-up_1262-1127.jpg?_wi=1", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@dkimhomeowner", testimonial: "Most plumbers just show up and quote high prices. Barry took time to explain our options, recommended the most cost-effective solution, and did excellent work. A plumber you can actually trust.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=1", imageAlt: "David Kim"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=1", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmartinez_homecare", testimonial: "Leaky faucet turned into a bigger problem. Barry diagnosed it quickly, explained what went wrong in terms I could understand, and fixed it properly. Professional and friendly. Will call him again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg?_wi=1", imageAlt: "Jessica Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-teenager-talking-phone_23-2148804651.jpg?_wi=1", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "@rthompson_builder", testimonial: "Used Barry for our home remodel plumbing work. Reliable, on-time, quality work, and fair pricing. He's now our go-to plumber for everything. Definitely recommend to anyone in the area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", imageAlt: "Robert Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", imageAlt: "Robert Thompson"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -193,26 +219,34 @@ 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 (402) 383-1633 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 (402) 383-1633 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."},
|
||||
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."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you provide upfront pricing?", content: "Absolutely. We give you a clear price quote before we start work. No surprises, no hidden fees. What we quote is what you pay."},
|
||||
id: "3", title: "Do you provide upfront pricing?", content: "Absolutely. We give you a clear price quote before we start work. No surprises, no hidden fees. What we quote is what you pay."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What plumbing issues do you handle?", content: "We handle all residential plumbing: emergency repairs, leak detection, drain cleaning, water heater service, toilet/faucet repair, pipe work, and plumbing for remodels. If it involves plumbing, we can help."},
|
||||
id: "4", title: "What plumbing issues do you handle?", content: "We handle all residential plumbing: emergency repairs, leak detection, drain cleaning, water heater service, toilet/faucet repair, pipe work, and plumbing for remodels. If it involves plumbing, we can help."
|
||||
},
|
||||
{
|
||||
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: "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 (402) 383-1633 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 (402) 383-1633 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."},
|
||||
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."
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service Online", href: "/contact"},
|
||||
text: "Request Service Online", href: "/contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -225,7 +259,9 @@ export default function HomePage() {
|
||||
description="Don't let plumbing emergencies drain your wallet or your patience. Call Barry's Emergency Plumbing now for fast, honest service and fair pricing."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
background={{
|
||||
variant: "rotated-rays-animated"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your phone number"
|
||||
buttonText="Call Now: (402) 383-1633"
|
||||
@@ -242,7 +278,7 @@ export default function HomePage() {
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -250,7 +286,7 @@ export default function HomePage() {
|
||||
{ label: "Leak Repair", href: "/services" },
|
||||
{ label: "Drain Cleaning", href: "/services" },
|
||||
{ label: "Water Heater", href: "/services" },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
@@ -258,7 +294,7 @@ export default function HomePage() {
|
||||
{ label: "Emergency: 24/7", href: "#" },
|
||||
{ label: "Service Request Form", href: "/contact" },
|
||||
{ label: "Email: info@barrysplumbing.com", href: "mailto:info@barrysplumbing.com" },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
@@ -266,7 +302,7 @@ export default function HomePage() {
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Service Area", href: "#" },
|
||||
{ label: "License & Insurance", href: "#" },
|
||||
],
|
||||
]
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Barry's Emergency Plumbing. All rights reserved. Licensed and insured."
|
||||
@@ -275,4 +311,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user