diff --git a/src/app/emergency/page.tsx b/src/app/emergency/page.tsx index dc33b51..c882e35 100644 --- a/src/app/emergency/page.tsx +++ b/src/app/emergency/page.tsx @@ -159,7 +159,7 @@ export default function EmergencyPage() { handle: "@sarahjphilly", testimonial: "Burst pipe at midnight flooded our basement. Called Len, technician arrived in 20 minutes, and fixed it perfectly. Absolute lifesaver!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=4" }, { id: "2", @@ -167,7 +167,7 @@ export default function EmergencyPage() { handle: "@jennifermartiz", testimonial: "Emergency furnace breakdown in January. They came the same day, diagnosed the issue, and had us warm by evening. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg?_wi=3" }, { id: "3", @@ -175,7 +175,7 @@ export default function EmergencyPage() { handle: "@davidkimhome", testimonial: "Water heater failure on a Sunday. They responded within an hour, and I had hot water again by dinner. Professional emergency service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg?_wi=4" }, { id: "4", @@ -183,7 +183,7 @@ export default function EmergencyPage() { handle: "@michaelchen2024", testimonial: "AC completely down during a heatwave. Called Len's emergency line and they had a tech at my place within the hour. Amazing response!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=3" } ]} showRating={true} diff --git a/src/app/hvac/page.tsx b/src/app/hvac/page.tsx index 3c7b8a3..4364bb2 100644 --- a/src/app/hvac/page.tsx +++ b/src/app/hvac/page.tsx @@ -157,7 +157,7 @@ export default function HvacPage() { handle: "@michaelchen2024", testimonial: "My AC unit broke down in the heat of summer. Len's team arrived quickly and had it fixed the same day. Professional and fair pricing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg?_wi=2" }, { id: "2", @@ -165,7 +165,7 @@ export default function HvacPage() { handle: "@bobthompson", testimonial: "Winter furnace maintenance from Len prevented a complete breakdown. Their preventive service saved me thousands in emergency repairs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg?_wi=3" }, { id: "3", @@ -173,7 +173,7 @@ export default function HvacPage() { handle: "@emilyrodphilly", testimonial: "New AC installation was flawless. The team explained everything, installed efficiently, and left my home spotless. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg?_wi=2" }, { id: "4", @@ -181,7 +181,7 @@ export default function HvacPage() { handle: "@davidkimhome", testimonial: "Honest assessment of my HVAC system. They didn't oversell unnecessary work. That's the kind of integrity I appreciate!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg?_wi=3" } ]} showRating={true} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ba93a4..1e77847 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +