diff --git a/src/app/page.tsx b/src/app/page.tsx index b6e8de1..26a4cbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=1", imageAlt: "Clean windows overlooking lake", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=1", imageAlt: "Professional cleaning equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=1", imageAlt: "Sunlight on clean window pane", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=1", imageAlt: "Friendly staff working", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { handle: "Local Business Owner", testimonial: "Very professional and friendly team. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { handle: "Clear Lake Resident", testimonial: "On time and great attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { handle: "Clear Lake Resident", testimonial: "The best window cleaners in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { handle: "Clear Lake Resident", testimonial: "Knowledgeable and reliable. Will use again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles", }, ]}