diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5e531f4..b4b5f63 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { name: "Sarah Mitchell", role: "Homeowner", testimonial: "Burst pipe at 11 PM on a Saturday. Barry's team arrived in 30 minutes and fixed it completely. Professional, courteous, and fair pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", imageAlt: "Sarah Mitchell", }, { @@ -67,7 +67,7 @@ export default function AboutPage() { name: "Michael Torres", role: "Property Manager", testimonial: "I manage 8 properties in Bellevue. Barry's is my go-to for emergencies. They never miss and always do quality work.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", imageAlt: "Michael Torres", }, { @@ -75,7 +75,7 @@ export default function AboutPage() { name: "Jennifer Chen", role: "Homeowner", testimonial: "Water heater failed at midnight. They came out immediately, explained everything clearly, and installed a new one by 2 AM. Lifesavers!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", imageAlt: "Jennifer Chen", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ddef2..ec2a292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function HomePage() { handle: "Homeowner", testimonial: "They arrived in 20 minutes during a burst pipe emergency. Absolutely saved us.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -65,7 +65,7 @@ export default function HomePage() { handle: "Property Manager", testimonial: "Fast response, honest pricing, professional crew. Highly recommend for any emergency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Torres", }, { @@ -73,7 +73,7 @@ export default function HomePage() { handle: "Homeowner", testimonial: "Called at midnight with a water heater leak. They were here and fixed it by 1 AM.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Chen", }, ]} @@ -95,11 +95,11 @@ export default function HomePage() { icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=1", imageAlt: "Professional leak detection service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=2", imageAlt: "Professional leak detection service", }, ], @@ -110,11 +110,11 @@ export default function HomePage() { icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", imageAlt: "Water heater repair and replacement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2", imageAlt: "Water heater repair and replacement", }, ], @@ -125,11 +125,11 @@ export default function HomePage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=3", imageAlt: "Burst pipe emergency repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=4", imageAlt: "Burst pipe emergency repair", }, ], @@ -140,11 +140,11 @@ export default function HomePage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=5", imageAlt: "Valve and fixture repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=6", imageAlt: "Valve and fixture repair", }, ], @@ -185,7 +185,7 @@ export default function HomePage() { name: "Sarah Mitchell", role: "Homeowner", testimonial: "Burst pipe at 11 PM on a Saturday. Barry's team arrived in 30 minutes and fixed it completely. Professional, courteous, and fair pricing.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sarah Mitchell", }, { @@ -193,7 +193,7 @@ export default function HomePage() { name: "Michael Torres", role: "Property Manager", testimonial: "I manage 8 properties in Bellevue. Barry's is my go-to for emergencies. They never miss and always do quality work.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Torres", }, { @@ -201,7 +201,7 @@ export default function HomePage() { name: "Jennifer Chen", role: "Homeowner", testimonial: "Water heater failed at midnight. They came out immediately, explained everything clearly, and installed a new one by 2 AM. Lifesavers!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Jennifer Chen", }, { @@ -209,7 +209,7 @@ export default function HomePage() { name: "David Kim", role: "Business Owner", testimonial: "Restaurant flooded due to a drain backup. Barry's emergency team arrived in 15 minutes and had us back in business by morning.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "David Kim", }, { @@ -217,7 +217,7 @@ export default function HomePage() { name: "Linda Rodriguez", role: "Homeowner", testimonial: "Fast, professional, honest. They diagnosed the problem correctly and didn't upsell unnecessary services. Will call again for any issue.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "Linda Rodriguez", }, { @@ -225,7 +225,7 @@ export default function HomePage() { name: "Robert Jackson", role: "Homeowner", testimonial: "Called at 3 AM with a serious leak. They picked up, came immediately, and resolved it. Best emergency service I've ever used.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "Robert Jackson", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9fa1dad..7c37176 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,11 +46,11 @@ export default function ServicesPage() { icon: Droplet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=7", imageAlt: "Professional leak detection service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=8", imageAlt: "Leak repair completed", }, ], @@ -61,11 +61,11 @@ export default function ServicesPage() { icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3", imageAlt: "Water heater repair and replacement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=4", imageAlt: "Water heater installation", }, ], @@ -76,11 +76,11 @@ export default function ServicesPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=9", imageAlt: "Burst pipe emergency repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=10", imageAlt: "Drain cleaning service", }, ], @@ -91,11 +91,11 @@ export default function ServicesPage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=11", imageAlt: "Valve and fixture repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=12", imageAlt: "Fixture installation", }, ],