Merge version_1 into main #2
289
src/app/page.tsx
289
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Repairs", href: "#services" },
|
||||
{ label: "Drain Cleaning", href: "#services" },
|
||||
{ label: "Water Heater Service", href: "#services" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Service Areas", href: "#service-areas" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
@@ -44,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 773-425-5076", href: "tel:+17734255076" },
|
||||
{ label: "3410 W Walnut St", href: "https://maps.google.com/?q=3410+W+Walnut+St+Chicago+IL+60624" },
|
||||
{ label: "Chicago, IL 60624", href: "https://maps.google.com/?q=3410+W+Walnut+St+Chicago+IL+60624" },
|
||||
@@ -73,9 +70,7 @@ export default function HomePage() {
|
||||
brandName="Fast Action Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "📞 Call Now: 773-425-5076",
|
||||
href: "tel:+17734255076",
|
||||
}}
|
||||
text: "📞 Call Now: 773-425-5076", href: "tel:+17734255076"}}
|
||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-bold px-6 py-3 rounded-full shadow-lg transition-all duration-300"
|
||||
buttonTextClassName="font-bold text-sm"
|
||||
/>
|
||||
@@ -95,44 +90,24 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Derek M.",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "I had a kitchen leak at 2 a.m. Derek answered immediately and walked me through the solution. Amazing service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
|
||||
},
|
||||
name: "Derek M.", handle: "Verified Customer", testimonial: "I had a kitchen leak at 2 a.m. Derek answered immediately and walked me through the solution. Amazing service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg"},
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Fast, professional, and reliable. They fixed our plumbing issue the same day we called. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280713.jpg",
|
||||
},
|
||||
name: "Sarah Johnson", handle: "Business Owner", testimonial: "Fast, professional, and reliable. They fixed our plumbing issue the same day we called. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280713.jpg"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Extremely responsive and knowledgeable. Best plumber service we've used in Chicago. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg",
|
||||
},
|
||||
name: "Michael Chen", handle: "Homeowner", testimonial: "Extremely responsive and knowledgeable. Best plumber service we've used in Chicago. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg"},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Professional, honest pricing, and exceptional service. They explained everything clearly and finished quickly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-lady-near-window_23-2148042668.jpg",
|
||||
},
|
||||
name: "Emily Rodriguez", handle: "Verified Customer", testimonial: "Professional, honest pricing, and exceptional service. They explained everything clearly and finished quickly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-lady-near-window_23-2148042668.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "🚨 Call Now: 773-425-5076",
|
||||
href: "tel:+17734255076",
|
||||
},
|
||||
text: "🚨 Call Now: 773-425-5076", href: "tel:+17734255076"},
|
||||
{
|
||||
text: "Request Emergency Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Emergency Service", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -148,44 +123,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
title: "Emergency Availability",
|
||||
items: [
|
||||
"No hidden emergency fees",
|
||||
"Available holidays & weekends",
|
||||
"Immediate dispatch",
|
||||
],
|
||||
id: "1", value: "24/7", title: "Emergency Availability", items: [
|
||||
"No hidden emergency fees", "Available holidays & weekends", "Immediate dispatch"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Licensed",
|
||||
title: "Fully Insured & Certified",
|
||||
items: [
|
||||
"Professional training",
|
||||
"Safety certified",
|
||||
"Trust badge verified",
|
||||
],
|
||||
id: "2", value: "Licensed", title: "Fully Insured & Certified", items: [
|
||||
"Professional training", "Safety certified", "Trust badge verified"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Same-Day",
|
||||
title: "Fast Response Times",
|
||||
items: [
|
||||
"Average 30-min response",
|
||||
"Quick diagnosis",
|
||||
"Efficient repairs",
|
||||
],
|
||||
id: "3", value: "Same-Day", title: "Fast Response Times", items: [
|
||||
"Average 30-min response", "Quick diagnosis", "Efficient repairs"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "145+",
|
||||
title: "Verified Customer Reviews",
|
||||
items: [
|
||||
"4.7-star Google rating",
|
||||
"Real customer testimonials",
|
||||
"100% satisfaction focus",
|
||||
],
|
||||
id: "4", value: "145+", title: "Verified Customer Reviews", items: [
|
||||
"4.7-star Google rating", "Real customer testimonials", "100% satisfaction focus"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -196,52 +147,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Emergency",
|
||||
title: "Emergency Plumbing Repairs",
|
||||
subtitle: "24/7 rapid response for urgent issues",
|
||||
description: "Whether it's a burst pipe, gas leak, or major flooding, our emergency team responds quickly to minimize damage and get your plumbing back in order.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1",
|
||||
},
|
||||
tag: "Emergency", title: "Emergency Plumbing Repairs", subtitle: "24/7 rapid response for urgent issues", description: "Whether it's a burst pipe, gas leak, or major flooding, our emergency team responds quickly to minimize damage and get your plumbing back in order.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Detection",
|
||||
title: "Advanced Leak Detection",
|
||||
subtitle: "Find hidden leaks before they cause damage",
|
||||
description: "Using advanced technology, we locate hidden leaks in walls and underground pipes without invasive digging, saving you time and money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=1",
|
||||
},
|
||||
tag: "Detection", title: "Advanced Leak Detection", subtitle: "Find hidden leaks before they cause damage", description: "Using advanced technology, we locate hidden leaks in walls and underground pipes without invasive digging, saving you time and money.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Installation",
|
||||
title: "Pipe Repair & Replacement",
|
||||
subtitle: "Modern solutions for aging or damaged pipes",
|
||||
description: "From copper to PEX piping, we replace corroded or damaged pipes with durable modern solutions that last decades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-as-plumber_23-2151230006.jpg?_wi=1",
|
||||
},
|
||||
tag: "Installation", title: "Pipe Repair & Replacement", subtitle: "Modern solutions for aging or damaged pipes", description: "From copper to PEX piping, we replace corroded or damaged pipes with durable modern solutions that last decades.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-as-plumber_23-2151230006.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Cleaning",
|
||||
title: "Professional Drain Cleaning",
|
||||
subtitle: "Clear clogs and restore flow fast",
|
||||
description: "Using hydro-jetting and mechanical cleaning, we remove stubborn clogs, grease buildup, and tree roots from your drains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
|
||||
},
|
||||
tag: "Cleaning", title: "Professional Drain Cleaning", subtitle: "Clear clogs and restore flow fast", description: "Using hydro-jetting and mechanical cleaning, we remove stubborn clogs, grease buildup, and tree roots from your drains.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg"},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Water",
|
||||
title: "Water Heater Services",
|
||||
subtitle: "Repair, replacement, and maintenance",
|
||||
description: "Expert water heater repair and installation. We service all brands and help you choose the most efficient model for your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg",
|
||||
},
|
||||
tag: "Water", title: "Water Heater Services", subtitle: "Repair, replacement, and maintenance", description: "Expert water heater repair and installation. We service all brands and help you choose the most efficient model for your home.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg"},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Disposal",
|
||||
title: "Garbage Disposal Installation",
|
||||
subtitle: "$75 OFF this month only",
|
||||
description: "Professional installation of new garbage disposals with expert setup, testing, and warranty coverage on all work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-kitchen_23-2149530813.jpg",
|
||||
},
|
||||
tag: "Disposal", title: "Garbage Disposal Installation", subtitle: "$75 OFF this month only", description: "Professional installation of new garbage disposals with expert setup, testing, and warranty coverage on all work.", imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-kitchen_23-2149530813.jpg"},
|
||||
]}
|
||||
title="Complete Plumbing Solutions"
|
||||
description="From emergency repairs to installations, we handle all your plumbing needs with professional expertise and fast service."
|
||||
@@ -255,40 +176,20 @@ export default function HomePage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "garbage-disposal",
|
||||
badge: "🎯 Most Popular",
|
||||
price: "$75 OFF",
|
||||
subtitle: "Garbage Disposal Installation or Repair",
|
||||
buttons={[
|
||||
id: "garbage-disposal", badge: "🎯 Most Popular", price: "$75 OFF", subtitle: "Garbage Disposal Installation or Repair", buttons: [
|
||||
{
|
||||
text: "Claim This Deal Now",
|
||||
href: "tel:+17734255076",
|
||||
},
|
||||
]}
|
||||
features={[
|
||||
"Professional installation or repair",
|
||||
"Same-day service available",
|
||||
"2-year warranty on parts",
|
||||
"Expert troubleshooting included",
|
||||
]}
|
||||
text: "Claim This Deal Now", href: "tel:+17734255076"},
|
||||
],
|
||||
features: [
|
||||
"Professional installation or repair", "Same-day service available", "2-year warranty on parts", "Expert troubleshooting included"],
|
||||
},
|
||||
{
|
||||
id: "maintenance",
|
||||
badge: "💰 Value Package",
|
||||
price: "Free Estimate",
|
||||
subtitle: "Annual Plumbing Inspection",
|
||||
buttons={[
|
||||
id: "maintenance", badge: "💰 Value Package", price: "Free Estimate", subtitle: "Annual Plumbing Inspection", buttons: [
|
||||
{
|
||||
text: "Schedule Free Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
features={[
|
||||
"Comprehensive system check",
|
||||
"Leak detection included",
|
||||
"Priority service discount",
|
||||
"No obligation estimate",
|
||||
]}
|
||||
text: "Schedule Free Inspection", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Comprehensive system check", "Leak detection included", "Priority service discount", "No obligation estimate"],
|
||||
},
|
||||
]}
|
||||
title="Limited Time Offer"
|
||||
@@ -308,7 +209,7 @@ export default function HomePage() {
|
||||
description="Fast Action Plumbing"
|
||||
subdescription="Chicago's Most Reliable Emergency Plumber"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186522.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186522.jpg"
|
||||
imageAlt="Professional plumbing team at work"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -319,69 +220,21 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Derek Martinez",
|
||||
handle: "@chicago_homeowner",
|
||||
testimonial: "2 a.m. kitchen leak and Derek answered immediately. Walked me through it calmly and got us fixed. Best emergency service ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg",
|
||||
imageAlt: "Derek Martinez",
|
||||
},
|
||||
id: "1", name: "Derek Martinez", handle: "@chicago_homeowner", testimonial: "2 a.m. kitchen leak and Derek answered immediately. Walked me through it calmly and got us fixed. Best emergency service ever.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg", imageAlt: "Derek Martinez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Business Owner, Wicker Park",
|
||||
testimonial: "Fast, professional, and reliable. Fixed our commercial plumbing issue same day we called. Highly recommend for any business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", handle: "Business Owner, Wicker Park", testimonial: "Fast, professional, and reliable. Fixed our commercial plumbing issue same day we called. Highly recommend for any business.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_chicago",
|
||||
testimonial: "Extremely responsive and knowledgeable. Best plumber service I've used in Chicago. Honest pricing too. Worth every penny.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "3", name: "Michael Chen", handle: "@mchen_chicago", testimonial: "Extremely responsive and knowledgeable. Best plumber service I've used in Chicago. Honest pricing too. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Professional, explained everything clearly, finished quickly. That's what excellent service looks like. Would definitely call again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "4", name: "Emily Rodriguez", handle: "Verified Customer", testimonial: "Professional, explained everything clearly, finished quickly. That's what excellent service looks like. Would definitely call again.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Wilson",
|
||||
handle: "Homeowner, Lincoln Square",
|
||||
testimonial: "My drain was completely blocked. They came out, diagnosed it properly, and fixed it same day. No surprise charges. Fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-video-call-with-his-family_23-2149120896.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "5", name: "James Wilson", handle: "Homeowner, Lincoln Square", testimonial: "My drain was completely blocked. They came out, diagnosed it properly, and fixed it same day. No surprise charges. Fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-video-call-with-his-family_23-2149120896.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Park",
|
||||
handle: "Restaurant Manager",
|
||||
testimonial: "When our water heater failed mid-service, Fast Action was there within the hour. New installation was professional and quick.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg",
|
||||
imageAlt: "Lisa Park",
|
||||
},
|
||||
id: "6", name: "Lisa Park", handle: "Restaurant Manager", testimonial: "When our water heater failed mid-service, Fast Action was there within the hour. New installation was professional and quick.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg", imageAlt: "Lisa Park"},
|
||||
{
|
||||
id: "7",
|
||||
name: "Robert Thompson",
|
||||
handle: "@chicago_contractor",
|
||||
testimonial: "I recommend Fast Action to all my clients. They're reliable, professional, and charge fair prices. A+ service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "7", name: "Robert Thompson", handle: "@chicago_contractor", testimonial: "I recommend Fast Action to all my clients. They're reliable, professional, and charge fair prices. A+ service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg", imageAlt: "Robert Thompson"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Angela Martinez",
|
||||
handle: "Homeowner, Pilsen",
|
||||
testimonial: "Couldn't ask for better service. They fixed my toilet issue, explained the problem clearly, and the price was fair. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg",
|
||||
imageAlt: "Angela Martinez",
|
||||
},
|
||||
id: "8", name: "Angela Martinez", handle: "Homeowner, Pilsen", testimonial: "Couldn't ask for better service. They fixed my toilet issue, explained the problem clearly, and the price was fair. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg", imageAlt: "Angela Martinez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Customers Say"
|
||||
@@ -396,19 +249,7 @@ export default function HomePage() {
|
||||
<div id="service-areas" data-section="service-areas">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"West Chicago",
|
||||
"Oak Park",
|
||||
"Cicero",
|
||||
"Berwyn",
|
||||
"Forest Park",
|
||||
"Chicago Loop",
|
||||
"Lincoln Square",
|
||||
"Wicker Park",
|
||||
"Pilsen",
|
||||
"Hyde Park",
|
||||
"North Shore",
|
||||
"South Side",
|
||||
]}
|
||||
"West Chicago", "Oak Park", "Cicero", "Berwyn", "Forest Park", "Chicago Loop", "Lincoln Square", "Wicker Park", "Pilsen", "Hyde Park", "North Shore", "South Side"]}
|
||||
title="Serving All of Chicago and Nearby Areas"
|
||||
description="Fast response times throughout Chicago and surrounding communities. Same-day emergency service available."
|
||||
textboxLayout="default"
|
||||
@@ -424,43 +265,23 @@ export default function HomePage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you service?",
|
||||
content: "We proudly serve all of Chicago and surrounding areas including West Chicago, Oak Park, Cicero, Berwyn, Forest Park, and more. Average response time is 30 minutes for emergency calls.",
|
||||
},
|
||||
id: "1", title: "What areas do you service?", content: "We proudly serve all of Chicago and surrounding areas including West Chicago, Oak Park, Cicero, Berwyn, Forest Park, and more. Average response time is 30 minutes for emergency calls."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you charge for emergency calls?",
|
||||
content: "Emergency calls are subject to an emergency service fee, but there are no hidden charges. We provide a free estimate before starting any work and explain all costs upfront.",
|
||||
},
|
||||
id: "2", title: "Do you charge for emergency calls?", content: "Emergency calls are subject to an emergency service fee, but there are no hidden charges. We provide a free estimate before starting any work and explain all costs upfront."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you available 24/7?",
|
||||
content: "Yes! Fast Action Plumbing is available 24 hours a day, 7 days a week, including weekends and holidays. Call us anytime for emergency plumbing assistance.",
|
||||
},
|
||||
id: "3", title: "Are you available 24/7?", content: "Yes! Fast Action Plumbing is available 24 hours a day, 7 days a week, including weekends and holidays. Call us anytime for emergency plumbing assistance."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What about the $75 OFF promotion?",
|
||||
content: "That's our current special offer for garbage disposal installation or repair. Simply mention the promotion when you call, and we'll apply the discount to your service.",
|
||||
},
|
||||
id: "4", title: "What about the $75 OFF promotion?", content: "That's our current special offer for garbage disposal installation or repair. Simply mention the promotion when you call, and we'll apply the discount to your service."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer warranties on your work?",
|
||||
content: "Absolutely. We stand behind our work with warranties on parts and labor. Details depend on the service, but we always provide coverage for your peace of mind.",
|
||||
},
|
||||
id: "5", title: "Do you offer warranties on your work?", content: "Absolutely. We stand behind our work with warranties on parts and labor. Details depend on the service, but we always provide coverage for your peace of mind."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How quickly can you respond to emergencies?",
|
||||
content: "Our average emergency response time is 30 minutes in Chicago. We prioritize urgent situations like burst pipes, major leaks, and gas line issues to minimize damage to your home.",
|
||||
},
|
||||
id: "6", title: "How quickly can you respond to emergencies?", content: "Our average emergency response time is 30 minutes in Chicago. We prioritize urgent situations like burst pipes, major leaks, and gas line issues to minimize damage to your home."},
|
||||
]}
|
||||
ctaTitle="Request Emergency Service Now"
|
||||
ctaDescription="Call us immediately for emergency plumbing service or fill out the form to request a callback."
|
||||
ctaIcon={Phone}
|
||||
ctaButton={{
|
||||
text: "📞 CALL NOW: 773-425-5076",
|
||||
href: "tel:+17734255076",
|
||||
}}
|
||||
text: "📞 CALL NOW: 773-425-5076", href: "tel:+17734255076"}}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Repairs", href: "#services" },
|
||||
{ label: "Drain Cleaning", href: "#services" },
|
||||
{ label: "Water Heater Service", href: "#services" },
|
||||
@@ -27,8 +26,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Service Areas", href: "#service-areas" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 773-425-5076", href: "tel:+17734255076" },
|
||||
{ label: "3410 W Walnut St", href: "https://maps.google.com/?q=3410+W+Walnut+St+Chicago+IL+60624" },
|
||||
{ label: "Chicago, IL 60624", href: "https://maps.google.com/?q=3410+W+Walnut+St+Chicago+IL+60624" },
|
||||
@@ -66,9 +63,7 @@ export default function ServicesPage() {
|
||||
brandName="Fast Action Plumbing"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "📞 Call Now: 773-425-5076",
|
||||
href: "tel:+17734255076",
|
||||
}}
|
||||
text: "📞 Call Now: 773-425-5076", href: "tel:+17734255076"}}
|
||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text font-bold px-6 py-3 rounded-full shadow-lg transition-all duration-300"
|
||||
buttonTextClassName="font-bold text-sm"
|
||||
/>
|
||||
@@ -79,28 +74,13 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Emergency",
|
||||
title: "Emergency Plumbing Repairs",
|
||||
subtitle: "24/7 rapid response for urgent issues",
|
||||
description: "Whether it's a burst pipe, gas leak, or major flooding, our emergency team responds quickly to minimize damage and get your plumbing back in order.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=2",
|
||||
},
|
||||
tag: "Emergency", title: "Emergency Plumbing Repairs", subtitle: "24/7 rapid response for urgent issues", description: "Whether it's a burst pipe, gas leak, or major flooding, our emergency team responds quickly to minimize damage and get your plumbing back in order.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Detection",
|
||||
title: "Advanced Leak Detection",
|
||||
subtitle: "Find hidden leaks before they cause damage",
|
||||
description: "Using advanced technology, we locate hidden leaks in walls and underground pipes without invasive digging, saving you time and money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=2",
|
||||
},
|
||||
tag: "Detection", title: "Advanced Leak Detection", subtitle: "Find hidden leaks before they cause damage", description: "Using advanced technology, we locate hidden leaks in walls and underground pipes without invasive digging, saving you time and money.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Installation",
|
||||
title: "Pipe Repair & Replacement",
|
||||
subtitle: "Modern solutions for aging or damaged pipes",
|
||||
description: "From copper to PEX piping, we replace corroded or damaged pipes with durable modern solutions that last decades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-as-plumber_23-2151230006.jpg?_wi=2",
|
||||
},
|
||||
tag: "Installation", title: "Pipe Repair & Replacement", subtitle: "Modern solutions for aging or damaged pipes", description: "From copper to PEX piping, we replace corroded or damaged pipes with durable modern solutions that last decades.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-as-plumber_23-2151230006.jpg"},
|
||||
]}
|
||||
title="Our Complete Plumbing Services"
|
||||
description="Comprehensive plumbing solutions for residential and commercial properties. From emergency repairs to preventive maintenance, we've got you covered."
|
||||
@@ -114,40 +94,20 @@ export default function ServicesPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "garbage-disposal",
|
||||
badge: "🎯 Most Popular",
|
||||
price: "$75 OFF",
|
||||
subtitle: "Garbage Disposal Installation or Repair",
|
||||
buttons={[
|
||||
id: "garbage-disposal", badge: "🎯 Most Popular", price: "$75 OFF", subtitle: "Garbage Disposal Installation or Repair", buttons: [
|
||||
{
|
||||
text: "Claim This Deal Now",
|
||||
href: "tel:+17734255076",
|
||||
},
|
||||
]}
|
||||
features={[
|
||||
"Professional installation or repair",
|
||||
"Same-day service available",
|
||||
"2-year warranty on parts",
|
||||
"Expert troubleshooting included",
|
||||
]}
|
||||
text: "Claim This Deal Now", href: "tel:+17734255076"},
|
||||
],
|
||||
features: [
|
||||
"Professional installation or repair", "Same-day service available", "2-year warranty on parts", "Expert troubleshooting included"],
|
||||
},
|
||||
{
|
||||
id: "maintenance",
|
||||
badge: "💰 Value Package",
|
||||
price: "Free Estimate",
|
||||
subtitle: "Annual Plumbing Inspection",
|
||||
buttons={[
|
||||
id: "maintenance", badge: "💰 Value Package", price: "Free Estimate", subtitle: "Annual Plumbing Inspection", buttons: [
|
||||
{
|
||||
text: "Schedule Free Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
features={[
|
||||
"Comprehensive system check",
|
||||
"Leak detection included",
|
||||
"Priority service discount",
|
||||
"No obligation estimate",
|
||||
]}
|
||||
text: "Schedule Free Inspection", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Comprehensive system check", "Leak detection included", "Priority service discount", "No obligation estimate"],
|
||||
},
|
||||
]}
|
||||
title="Current Promotions & Pricing"
|
||||
|
||||
Reference in New Issue
Block a user