diff --git a/src/app/services/plumbing/page.tsx b/src/app/services/plumbing/page.tsx index dbd02b1..642f2dc 100644 --- a/src/app/services/plumbing/page.tsx +++ b/src/app/services/plumbing/page.tsx @@ -69,7 +69,8 @@ export default function PlumbingPage() { navItems={navItems} brandName="Earl Boys Services" button={{ - text: "Call Now", href: "tel:804-938-0669"}} + text: "Call Now", href: "tel:804-938-0669" + }} /> @@ -83,18 +84,23 @@ export default function PlumbingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing tools" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing service icon"}, + imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing service icon" + }, ]} mediaAnimation="blur-reveal" buttons={[ { - text: "Call Now: 804-938-0669", href: "tel:804-938-0669"}, + text: "Call Now: 804-938-0669", href: "tel:804-938-0669" + }, { - text: "Request Service", href: "#contact"}, + text: "Request Service", href: "#contact" + }, ]} buttonAnimation="entrance-slide" /> @@ -111,11 +117,14 @@ export default function PlumbingPage() { useInvertedBackground={true} features={[ { - id: "01", title: "Leak Detection & Repair", description: "Advanced detection methods to identify leaks early and fix them before they cause damage", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional leak detection"}, + id: "01", title: "Leak Detection & Repair", description: "Advanced detection methods to identify leaks early and fix them before they cause damage", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional leak detection" + }, { - id: "02", title: "Drain Cleaning", description: "Professional drain cleaning to keep your plumbing flowing smoothly without blockages", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional drain cleaning"}, + id: "02", title: "Drain Cleaning", description: "Professional drain cleaning to keep your plumbing flowing smoothly without blockages", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional drain cleaning" + }, { - id: "03", title: "Fixture Installation", description: "Expert installation of faucets, sinks, toilets, and water heaters with precision", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional fixture installation"}, + id: "03", title: "Fixture Installation", description: "Expert installation of faucets, sinks, toilets, and water heaters with precision", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional fixture installation" + }, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -132,9 +141,11 @@ export default function PlumbingPage() { description="Contact Earl Boys Services for reliable plumbing solutions in Richmond. Fast response times, transparent pricing, and quality workmanship guaranteed." buttons={[ { - text: "Call: 804-938-0669", href: "tel:804-938-0669"}, + text: "Call: 804-938-0669", href: "tel:804-938-0669" + }, { - text: "Request Service", href: "#contact"}, + text: "Request Service", href: "#contact" + }, ]} buttonAnimation="entrance-slide" background={{ variant: "gradient-bars" }}