diff --git a/src/app/page.tsx b/src/app/page.tsx index ba51e4e..8638441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { description="High-quality workmanship from an experienced local painter and decorator serving Dundee and surrounding areas." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=1", imageAlt: "freshly painted wall interior bright", }, { - imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=1", imageAlt: "exterior house painting work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=1", imageAlt: "expert wallpaper installation room", }, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 78d20cd..ab78b46 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-architectural-interior_1048-5614.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/human-hands-working-it-yourself-project_23-2151509470.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-wood-wall-text-background_1249-465.jpg?_wi=2", imageAlt: "freshly painted wall interior bright", }, ]}