diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 926fcdd..1693901 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -113,7 +113,7 @@ export default function AboutPage() { role: "Vehicle Owner", company: "Kunda Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -122,7 +122,7 @@ export default function AboutPage() { role: "Fleet Manager", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -131,7 +131,7 @@ export default function AboutPage() { role: "Insurance Agent", company: "Sunshine Coast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a91995b..4b15645 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,7 +53,7 @@ export default function GalleryPage() { price: "Complete", variant: "Severe Weather Recovery", imageSrc: - "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1414.jpg", + "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1414.jpg?_wi=3", imageAlt: "Vehicle restored from extensive hail damage", }, { @@ -62,7 +62,7 @@ export default function GalleryPage() { price: "Complete", variant: "Structural Restoration", imageSrc: - "http://img.b2bpic.net/free-photo/man-is-calling-insurrance-company-claiming-his-car-crash-damaged-road-accident_1150-6412.jpg", + "http://img.b2bpic.net/free-photo/man-is-calling-insurrance-company-claiming-his-car-crash-damaged-road-accident_1150-6412.jpg?_wi=3", imageAlt: "Major collision damage expertly repaired", }, { @@ -71,7 +71,7 @@ export default function GalleryPage() { price: "Complete", variant: "Factory Finish", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg", + "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106139.jpg?_wi=2", imageAlt: "Professional paint correction and restoration", }, { @@ -80,7 +80,7 @@ export default function GalleryPage() { price: "Complete", variant: "Structural Alignment", imageSrc: - "http://img.b2bpic.net/free-photo/car-garage-guy-work-clothes-black-beard_1157-46157.jpg", + "http://img.b2bpic.net/free-photo/car-garage-guy-work-clothes-black-beard_1157-46157.jpg?_wi=3", imageAlt: "Expert panel beating and alignment work", }, ]} @@ -109,7 +109,7 @@ export default function GalleryPage() { company: "Kunda Park", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg", + "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -119,7 +119,7 @@ export default function GalleryPage() { company: "Local Business", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=3", imageAlt: "Michael Chen", }, { @@ -129,7 +129,7 @@ export default function GalleryPage() { company: "Sunshine Coast", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", + "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bbb3b95..7158664 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,6 +1424,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +