From c35621f95d11dc2fed5d495d003f255508f7dc22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:01:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69553f4..d53b5f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,23 +76,23 @@ export default function LandingPage() { imageAlt: "Professional roof repair in Bournemouth", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg?_wi=1", imageAlt: "Completed roof tile job", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg?_wi=1", imageAlt: "Leadwork detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297257.jpg?_wi=1", imageAlt: "Flat roof restoration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg?_wi=1", imageAlt: "Chimney repairs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg?_wi=1", imageAlt: "New roof installation", }, ]} @@ -152,7 +152,7 @@ export default function LandingPage() { name: "Sarah Johnson", handle: "Bournemouth", testimonial: "Quick response and a fair quote. Highly recommend for any leak issues.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg?_wi=1", }, { id: "t2", @@ -180,7 +180,7 @@ export default function LandingPage() { name: "James White", handle: "Bournemouth", testimonial: "Expert leadwork, couldn't be happier with the results. Local trust!", - imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-front-house_23-2147986417.jpg?_wi=2", }, ]} title="What Our Customers Say" @@ -200,35 +200,35 @@ export default function LandingPage() { name: "Residential Roof", price: "Completed", variant: "Tiles", - imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg?_wi=2", }, { id: "g2", name: "Lead Flashing", price: "Expert", variant: "Leadwork", - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg?_wi=2", }, { id: "g3", name: "Flat Roof", price: "Modern", variant: "Waterproofing", - imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297257.jpg?_wi=2", }, { id: "g4", name: "Chimney Repair", price: "Restored", variant: "Brickwork", - imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166614.jpg?_wi=2", }, { id: "g5", name: "New Build", price: "Premium", variant: "Full Install", - imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiled-roof-against-blue-sky-with-clouds-idea-background-with-space-text-ecofriendly-traditional-roofs-home_166373-3104.jpg?_wi=2", }, { id: "g6", -- 2.49.1