Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 03:46:12 +00:00
5 changed files with 57 additions and 218 deletions

View File

@@ -24,7 +24,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -43,10 +43,7 @@ export default function AboutPage() {
<TextSplitAbout
title="About Clog Kings Tampa"
description={[
"Clog Kings Tampa is a family-owned and operated plumbing company proudly serving Tampa and surrounding areas. Founded with a commitment to exceptional customer service, we've become the trusted choice for over 10,000 satisfied customers.",
"Our mission is simple: provide fast, affordable, and reliable plumbing solutions with complete transparency. We believe in building long-term relationships with our customers by delivering outstanding results every single time.",
"With a 4.9-star rating from 75+ verified Google reviews, our reputation speaks for itself. Every team member is fully licensed, background checked, and Google Verified. We're available 24/7 because emergencies don't wait for business hours.",
]}
"Clog Kings Tampa is a family-owned and operated plumbing company proudly serving Tampa and surrounding areas. Founded with a commitment to exceptional customer service, we've become the trusted choice for over 10,000 satisfied customers.", "Our mission is simple: provide fast, affordable, and reliable plumbing solutions with complete transparency. We believe in building long-term relationships with our customers by delivering outstanding results every single time.", "With a 4.9-star rating from 75+ verified Google reviews, our reputation speaks for itself. Every team member is fully licensed, background checked, and Google Verified. We're available 24/7 because emergencies don't wait for business hours."]}
buttons={[
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "View Our Services", href: "/services" },
@@ -66,41 +63,17 @@ export default function AboutPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=3",
imageAlt: "Sarah Johnson - satisfied customer",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Sarah Johnson - satisfied customer"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "Michael Chen - happy homeowner",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen - happy homeowner"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Emily Rodriguez - customer testimonial",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez - customer testimonial"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
imageAlt: "David Kim - verified review",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim - verified review"},
{
id: "5",
name: "Jessica Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=4",
imageAlt: "Jessica Martinez - trusted customer",
},
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Jessica Martinez - trusted customer"},
{
id: "6",
name: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2",
imageAlt: "Robert Thompson - 5-star review",
},
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Robert Thompson - 5-star review"},
]}
useInvertedBackground={false}
ariaLabel="Customer testimonials and reviews"

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function ContactPage() {
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "Schedule Service", href: "#" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact us call to action section"
/>
@@ -57,10 +57,7 @@ export default function ContactPage() {
<TextSplitAbout
title="Get in Touch"
description={[
"Emergency or routine service? We handle it all with the same level of professionalism and care. Whether you need immediate assistance or want to schedule a maintenance visit, we're here to help.",
"Call us anytime at (813) 537-8085 for emergency plumbing service. Our 24/7 team will provide fast, affordable solutions to all your plumbing needs.",
"You can also request a callback using the form on this page, and we'll contact you within one hour during business hours or at the start of the next business day.",
]}
"Emergency or routine service? We handle it all with the same level of professionalism and care. Whether you need immediate assistance or want to schedule a maintenance visit, we're here to help.", "Call us anytime at (813) 537-8085 for emergency plumbing service. Our 24/7 team will provide fast, affordable solutions to all your plumbing needs.", "You can also request a callback using the form on this page, and we'll contact you within one hour during business hours or at the start of the next business day."]}
buttons={[
{ text: "Call (813) 537-8085", href: "tel:+18135378085" },
{ text: "View Service Area", href: "/services" },
@@ -76,35 +73,17 @@ export default function ContactPage() {
<FaqBase
faqs={[
{
id: "1",
title: "What's the fastest way to reach you?",
content: "Call (813) 537-8085 for immediate assistance. Our 24/7 team answers calls instantly and can often arrive within 30-60 minutes for emergencies.",
},
id: "1", title: "What's the fastest way to reach you?", content: "Call (813) 537-8085 for immediate assistance. Our 24/7 team answers calls instantly and can often arrive within 30-60 minutes for emergencies."},
{
id: "2",
title: "Do you service my area?",
content: "We serve Tampa and surrounding areas within 30 minutes of our office. Call us to confirm service availability for your location. We offer same-day emergency service throughout our service area.",
},
id: "2", title: "Do you service my area?", content: "We serve Tampa and surrounding areas within 30 minutes of our office. Call us to confirm service availability for your location. We offer same-day emergency service throughout our service area."},
{
id: "3",
title: "How much is an emergency service call?",
content: "Emergency calls include a service charge plus the cost of repairs. We provide free estimates and transparent pricing before any work begins. Call for specific pricing details.",
},
id: "3", title: "How much is an emergency service call?", content: "Emergency calls include a service charge plus the cost of repairs. We provide free estimates and transparent pricing before any work begins. Call for specific pricing details."},
{
id: "4",
title: "Can you provide references?",
content: "Yes! We're happy to provide references from recent customers. You can also view our 4.9-star rating and 75+ Google reviews to see what customers say about our service.",
},
id: "4", title: "Can you provide references?", content: "Yes! We're happy to provide references from recent customers. You can also view our 4.9-star rating and 75+ Google reviews to see what customers say about our service."},
{
id: "5",
title: "What payment methods do you accept?",
content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects.",
},
id: "5", title: "What payment methods do you accept?", content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects."},
{
id: "6",
title: "How do I schedule a routine maintenance appointment?",
content: "Call (813) 537-8085 to schedule. We'll find a time that works for you. Preventative maintenance helps avoid expensive emergency repairs down the road.",
},
id: "6", title: "How do I schedule a routine maintenance appointment?", content: "Call (813) 537-8085 to schedule. We'll find a time that works for you. Preventative maintenance helps avoid expensive emergency repairs down the road."},
]}
title="Frequently Asked Questions"
description="Have questions before reaching out? Find answers to common inquiries about contacting us."

View File

@@ -5,29 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Clog Kings Tampa - 24/7 Emergency Plumbing Service",
description: "Fast, affordable emergency plumbing service in Tampa. Family-owned. 5-star rated. Licensed & background checked. Available 24/7.",
keywords: "plumbing Tampa, emergency plumbing, drain cleaning, 24/7 plumber, sewer repair, water heater repair",
robots: {
title: "Clog Kings Tampa - 24/7 Emergency Plumbing Service", description: "Fast, affordable emergency plumbing service in Tampa. Family-owned. 5-star rated. Licensed & background checked. Available 24/7.", keywords: "plumbing Tampa, emergency plumbing, drain cleaning, 24/7 plumber, sewer repair, water heater repair", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Clog Kings Tampa - 24/7 Emergency Plumbing",
description: "Fast, affordable emergency plumbing service in Tampa. Family-owned. 5-star rated.",
siteName: "Clog Kings Tampa",
type: "website",
},
title: "Clog Kings Tampa - 24/7 Emergency Plumbing", description: "Fast, affordable emergency plumbing service in Tampa. Family-owned. 5-star rated.", siteName: "Clog Kings Tampa", type: "website"},
twitter: {
card: "summary_large_image",
title: "Clog Kings Tampa - 24/7 Emergency Plumbing",
description: "Fast, affordable emergency plumbing service in Tampa",
},
card: "summary_large_image", title: "Clog Kings Tampa - 24/7 Emergency Plumbing", description: "Fast, affordable emergency plumbing service in Tampa"},
};
export default function RootLayout({

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -50,7 +50,7 @@ export default function HomePage() {
tag="Tampa's Trusted Plumbing Experts"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "Request Free Estimate", href: "/contact" },
@@ -71,35 +71,17 @@ export default function HomePage() {
tagAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Drain Cleaning & Unclogging",
content: "Fast drain cleaning service using advanced equipment. We handle everything from slow drains to complete blockages. Same-day service available.",
},
id: "1", title: "Drain Cleaning & Unclogging", content: "Fast drain cleaning service using advanced equipment. We handle everything from slow drains to complete blockages. Same-day service available."},
{
id: "2",
title: "Sewer Line Repair & Replacement",
content: "Professional sewer line diagnosis and repair. We use camera inspection to identify issues and provide affordable solutions. Licensed and insured.",
},
id: "2", title: "Sewer Line Repair & Replacement", content: "Professional sewer line diagnosis and repair. We use camera inspection to identify issues and provide affordable solutions. Licensed and insured."},
{
id: "3",
title: "Water Heater Installation & Repair",
content: "Expert water heater service for all brands and types. We offer repair, replacement, and maintenance to keep your water hot 24/7.",
},
id: "3", title: "Water Heater Installation & Repair", content: "Expert water heater service for all brands and types. We offer repair, replacement, and maintenance to keep your water hot 24/7."},
{
id: "4",
title: "Pipe Repair & Replacement",
content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. Free estimates available.",
},
id: "4", title: "Pipe Repair & Replacement", content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. Free estimates available."},
{
id: "5",
title: "Toilet & Fixture Repair",
content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs.",
},
id: "5", title: "Toilet & Fixture Repair", content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs."},
{
id: "6",
title: "Garbage Disposal Service",
content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals.",
},
id: "6", title: "Garbage Disposal Service", content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"
imageAlt="Professional plumbing service"
@@ -116,10 +98,7 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose Clog Kings Tampa?"
description={[
"We're a family-owned and operated plumbing company serving Tampa and surrounding areas for over 5 years. With a 4.9-star rating from 75+ verified Google reviews, we've built our reputation on reliability, honesty, and exceptional customer service.",
"Our team is fully licensed, background checked, and Google Verified. We offer 24/7 emergency service because we know plumbing problems don't wait for business hours. Whether it's a burst pipe at midnight or a clogged drain on Sunday, we're available to help.",
"Every job comes with transparent pricing, free estimates, and a commitment to doing the work right the first time. Your satisfaction is our priority.",
]}
"We're a family-owned and operated plumbing company serving Tampa and surrounding areas for over 5 years. With a 4.9-star rating from 75+ verified Google reviews, we've built our reputation on reliability, honesty, and exceptional customer service.", "Our team is fully licensed, background checked, and Google Verified. We offer 24/7 emergency service because we know plumbing problems don't wait for business hours. Whether it's a burst pipe at midnight or a clogged drain on Sunday, we're available to help.", "Every job comes with transparent pricing, free estimates, and a commitment to doing the work right the first time. Your satisfaction is our priority."]}
buttons={[
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "Read Our Reviews", href: "#testimonials" },
@@ -139,41 +118,17 @@ export default function HomePage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=2",
imageAlt: "Jessica Martinez",
},
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageAlt: "Jessica Martinez"},
{
id: "6",
name: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Robert Thompson"},
]}
useInvertedBackground={false}
ariaLabel="Customer testimonials section"
@@ -195,35 +150,17 @@ export default function HomePage() {
<FaqBase
faqs={[
{
id: "1",
title: "What areas do you service?",
content: "We proudly serve Tampa and all surrounding areas within 30 minutes of our office. Same-day emergency service is available throughout our service area. Call us to confirm we service your location.",
},
id: "1", title: "What areas do you service?", content: "We proudly serve Tampa and all surrounding areas within 30 minutes of our office. Same-day emergency service is available throughout our service area. Call us to confirm we service your location."},
{
id: "2",
title: "Do you offer free estimates?",
content: "Yes! We provide free, no-obligation estimates for all services. We'll diagnose the problem, explain our solution, and provide transparent pricing before any work begins.",
},
id: "2", title: "Do you offer free estimates?", content: "Yes! We provide free, no-obligation estimates for all services. We'll diagnose the problem, explain our solution, and provide transparent pricing before any work begins."},
{
id: "3",
title: "Are you available 24/7?",
content: "Absolutely. We're available 24 hours a day, 7 days a week, 365 days a year for emergency plumbing. Call (813) 537-8085 anytime for emergency service.",
},
id: "3", title: "Are you available 24/7?", content: "Absolutely. We're available 24 hours a day, 7 days a week, 365 days a year for emergency plumbing. Call (813) 537-8085 anytime for emergency service."},
{
id: "4",
title: "What if I have a burst pipe or sewage backup?",
content: "Call us immediately at (813) 537-8085. We offer emergency response service and will arrive quickly to stop the leak and prevent further damage. Many burst pipes and backups require same-day service.",
},
id: "4", title: "What if I have a burst pipe or sewage backup?", content: "Call us immediately at (813) 537-8085. We offer emergency response service and will arrive quickly to stop the leak and prevent further damage. Many burst pipes and backups require same-day service."},
{
id: "5",
title: "Are you licensed and insured?",
content: "Yes. We are fully licensed, insured, and Google Verified. We've also passed both license checks and background checks. You can trust us in your home.",
},
id: "5", title: "Are you licensed and insured?", content: "Yes. We are fully licensed, insured, and Google Verified. We've also passed both license checks and background checks. You can trust us in your home."},
{
id: "6",
title: "How quickly can you arrive?",
content: "We typically arrive within 30-60 minutes for emergency calls. Our 24/7 team is ready to respond immediately. Call (813) 537-8085 to get an estimated arrival time.",
},
id: "6", title: "How quickly can you arrive?", content: "We typically arrive within 30-60 minutes for emergency calls. Our 24/7 team is ready to respond immediately. Call (813) 537-8085 to get an estimated arrival time."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services, pricing, and response times."
@@ -246,7 +183,7 @@ export default function HomePage() {
{ text: "Call (813) 537-8085", href: "tel:+18135378085" },
{ text: "Request Callback", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact section"
/>

View File

@@ -24,7 +24,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -48,35 +48,17 @@ export default function ServicesPage() {
tagAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Drain Cleaning & Unclogging",
content: "Fast drain cleaning service using advanced equipment including motorized drain augers and hydro-jetting. We handle everything from slow drains to complete blockages. Same-day service available for emergency clogs. We also handle kitchen sink clogs, bathroom drain issues, and main line blockages.",
},
id: "1", title: "Drain Cleaning & Unclogging", content: "Fast drain cleaning service using advanced equipment including motorized drain augers and hydro-jetting. We handle everything from slow drains to complete blockages. Same-day service available for emergency clogs. We also handle kitchen sink clogs, bathroom drain issues, and main line blockages."},
{
id: "2",
title: "Sewer Line Repair & Replacement",
content: "Professional sewer line diagnosis and repair using camera inspection technology. We identify root intrusion, cracks, and blockages without unnecessary digging. We provide trenchless repair solutions when possible to minimize property damage. Licensed and insured with over 5 years of experience.",
},
id: "2", title: "Sewer Line Repair & Replacement", content: "Professional sewer line diagnosis and repair using camera inspection technology. We identify root intrusion, cracks, and blockages without unnecessary digging. We provide trenchless repair solutions when possible to minimize property damage. Licensed and insured with over 5 years of experience."},
{
id: "3",
title: "Water Heater Installation & Repair",
content: "Expert water heater service for all brands and types including tank, tankless, and hybrid models. We offer repair, replacement, and preventative maintenance to keep your water hot 24/7. Energy-efficient models available to reduce utility costs.",
},
id: "3", title: "Water Heater Installation & Repair", content: "Expert water heater service for all brands and types including tank, tankless, and hybrid models. We offer repair, replacement, and preventative maintenance to keep your water hot 24/7. Energy-efficient models available to reduce utility costs."},
{
id: "4",
title: "Pipe Repair & Replacement",
content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. We handle copper, PVC, and polybutylene pipes. Free estimates available for all pipe repair projects.",
},
id: "4", title: "Pipe Repair & Replacement", content: "Reliable pipe repair for burst pipes, leaks, and corrosion. We use quality materials and expert craftsmanship. We handle copper, PVC, and polybutylene pipes. Free estimates available for all pipe repair projects."},
{
id: "5",
title: "Toilet & Fixture Repair",
content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs. We install high-efficiency toilets that reduce water usage and lower your bills.",
},
id: "5", title: "Toilet & Fixture Repair", content: "Quick toilet repairs, replacements, and fixture installations. We fix running toilets, leaks, and handle all bathroom plumbing needs. We install high-efficiency toilets that reduce water usage and lower your bills."},
{
id: "6",
title: "Garbage Disposal Service",
content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals. We install quality units with warranties and provide maintenance tips.",
},
id: "6", title: "Garbage Disposal Service", content: "Professional garbage disposal installation, repair, and maintenance. Same-day service for jammed or broken disposals. We install quality units with warranties and provide maintenance tips."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"
imageAlt="Professional plumber performing service"
@@ -93,10 +75,7 @@ export default function ServicesPage() {
<TextSplitAbout
title="Why Our Service Stands Out"
description={[
"Our technicians are fully licensed, insured, and background checked. We provide transparent upfront pricing with no hidden fees. All work is guaranteed with our satisfaction promise.",
"We offer 24/7 emergency service because we understand that plumbing problems don't follow business hours. Whether it's a weekend emergency or a holiday issue, we're ready to help.",
"From our first phone call to project completion, we communicate clearly and treat your home with respect. We clean up after every job and leave your property in excellent condition.",
]}
"Our technicians are fully licensed, insured, and background checked. We provide transparent upfront pricing with no hidden fees. All work is guaranteed with our satisfaction promise.", "We offer 24/7 emergency service because we understand that plumbing problems don't follow business hours. Whether it's a weekend emergency or a holiday issue, we're ready to help.", "From our first phone call to project completion, we communicate clearly and treat your home with respect. We clean up after every job and leave your property in excellent condition."]}
buttons={[
{ text: "Get Free Estimate", href: "tel:+18135378085" },
{ text: "Read Customer Reviews", href: "/#testimonials" },
@@ -112,35 +91,17 @@ export default function ServicesPage() {
<FaqBase
faqs={[
{
id: "1",
title: "How much does emergency plumbing service cost?",
content: "We provide free estimates for all services. Emergency service calls include a service charge plus the cost of repairs. Our rates are competitive and transparent with no hidden fees. Call us for a specific quote.",
},
id: "1", title: "How much does emergency plumbing service cost?", content: "We provide free estimates for all services. Emergency service calls include a service charge plus the cost of repairs. Our rates are competitive and transparent with no hidden fees. Call us for a specific quote."},
{
id: "2",
title: "Can you fix my water heater the same day?",
content: "Yes! For most water heater issues, we can diagnose and repair on the same day. If replacement is needed, we can often install a new unit within 24 hours. Call (813) 537-8085 for immediate assistance.",
},
id: "2", title: "Can you fix my water heater the same day?", content: "Yes! For most water heater issues, we can diagnose and repair on the same day. If replacement is needed, we can often install a new unit within 24 hours. Call (813) 537-8085 for immediate assistance."},
{
id: "3",
title: "Do you offer warranty on your work?",
content: "Absolutely. All our work is backed by a satisfaction guarantee. We stand behind our repairs and will return to fix any issues at no charge.",
},
id: "3", title: "Do you offer warranty on your work?", content: "Absolutely. All our work is backed by a satisfaction guarantee. We stand behind our repairs and will return to fix any issues at no charge."},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects.",
},
id: "4", title: "What payment methods do you accept?", content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects."},
{
id: "5",
title: "Should I get a second opinion?",
content: "Of course! We encourage customers to get multiple estimates. We're confident in our pricing and quality of work. Call us to discuss your plumbing needs.",
},
id: "5", title: "Should I get a second opinion?", content: "Of course! We encourage customers to get multiple estimates. We're confident in our pricing and quality of work. Call us to discuss your plumbing needs."},
{
id: "6",
title: "Do you service commercial properties?",
content: "Yes, we service both residential and commercial properties. We understand the unique demands of business plumbing and offer flexible scheduling for minimal disruption.",
},
id: "6", title: "Do you service commercial properties?", content: "Yes, we service both residential and commercial properties. We understand the unique demands of business plumbing and offer flexible scheduling for minimal disruption."},
]}
title="Service FAQs"
description="Get answers to questions about our plumbing services, pricing, and availability."