diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1d0397e..93e16fc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function ContactPage() { mediaAnimation="none" buttonText="Request Service" onSubmit={handleFormSubmit} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=3" imageAlt="M&T Plumbing service" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index c43fe8c..ccbe5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,11 +116,11 @@ export default function HomePage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=1", imageAlt: "plumbing workmanship professional repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "plumber tools expertise installation", }, ], @@ -131,11 +131,11 @@ export default function HomePage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "response fast service plumbing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=1", imageAlt: "emergency quick plumbing urgent", }, ], @@ -146,11 +146,11 @@ export default function HomePage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "professional plumber service courtesy", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg?_wi=1", imageAlt: "professional uniform plumbing work", }, ], @@ -161,7 +161,7 @@ export default function HomePage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg?_wi=1", imageAlt: "clean organized workspace plumbing", }, { @@ -176,11 +176,11 @@ export default function HomePage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3", imageAlt: "reliable trustworthy plumbing completed", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=4", imageAlt: "quality assurance plumbing check", }, ], @@ -202,7 +202,7 @@ export default function HomePage() { name: "Leak Detection & Repair", price: "Call for Quote", variant: "Expert leak detection and repair", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "leak detection water repair", }, { @@ -210,7 +210,7 @@ export default function HomePage() { name: "Drain Cleaning", price: "Call for Quote", variant: "Professional drain cleaning services", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "drain cleaning plumbing maintenance", }, { @@ -218,7 +218,7 @@ export default function HomePage() { name: "Water Heater Installation & Replacement", price: "Call for Quote", variant: "New installations and replacements", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=1", imageAlt: "water heater installation replacement", }, { @@ -226,7 +226,7 @@ export default function HomePage() { name: "Pipe Repair & Replacement", price: "Call for Quote", variant: "Durable pipe solutions", - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "pipe repair plumbing replacement", }, { @@ -234,7 +234,7 @@ export default function HomePage() { name: "Fixture Installation", price: "Call for Quote", variant: "Professional fixture installation", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1", imageAlt: "fixture installation faucet sink", }, { @@ -242,7 +242,7 @@ export default function HomePage() { name: "General Residential Plumbing", price: "Call for Quote", variant: "All residential plumbing needs", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1", imageAlt: "plumbing residential home repair", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 612fe68..bffb93d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -80,11 +80,11 @@ export default function ServicesPage() { icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "leak detection water repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg?_wi=2", imageAlt: "plumbing leak inspection", }, ], @@ -95,11 +95,11 @@ export default function ServicesPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "drain cleaning plumbing maintenance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "professional drain service", }, ], @@ -110,11 +110,11 @@ export default function ServicesPage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334231.jpg?_wi=2", imageAlt: "water heater installation replacement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=5", imageAlt: "water heater repair service", }, ], @@ -125,11 +125,11 @@ export default function ServicesPage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "pipe repair plumbing replacement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-phone-gesture_1368-498.jpg?_wi=2", imageAlt: "professional pipe work", }, ], @@ -140,11 +140,11 @@ export default function ServicesPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2", imageAlt: "fixture installation faucet sink", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg?_wi=2", imageAlt: "clean bathroom installation", }, ], @@ -155,11 +155,11 @@ export default function ServicesPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg?_wi=2", imageAlt: "emergency plumbing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2", imageAlt: "plumbing emergency response", }, ],