From a57ebd52f05f0d368fb5a10a23d910667a001a88 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:09:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06851be..05197f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@dubuque-home", testimonial: "Very personable and trustworthy! Did an amazing job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358972.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358972.jpg?_wi=1", imageAlt: "modern clean window cleaning service house", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@local-biz", testimonial: "Fast quotes and best prices in the tri-state area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-sitting-table_23-2149434604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-sitting-table_23-2149434604.jpg?_wi=1", imageAlt: "modern clean window cleaning service house", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@happy-client", testimonial: "Showed up on time and did an amazing job!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-home-looking-window-drinking-juice_171337-14056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-home-looking-window-drinking-juice_171337-14056.jpg?_wi=1", imageAlt: "modern clean window cleaning service house", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@homeowner", testimonial: "5-star service. My windows have never looked better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg?_wi=1", imageAlt: "modern clean window cleaning service house", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { handle: "@dubuque-resident", testimonial: "Professional, friendly, and incredibly thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-frame-notebook-tools_23-2147625661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-frame-notebook-tools_23-2147625661.jpg?_wi=1", imageAlt: "modern clean window cleaning service house", }, ]} @@ -116,7 +116,7 @@ export default function LandingPage() { href: "tel:5635819855", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358972.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358972.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg", @@ -154,7 +154,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-sitting-table_23-2149434604.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-sitting-table_23-2149434604.jpg?_wi=2" /> @@ -168,21 +168,21 @@ export default function LandingPage() { title: "Home Cleaning", subtitle: "Brighten your view", description: "Full interior and exterior cleaning for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-home-looking-window-drinking-juice_171337-14056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-home-looking-window-drinking-juice_171337-14056.jpg?_wi=2", }, { tag: "Commercial", title: "Store Fronts", subtitle: "First impressions count", description: "Commercial window washing for businesses in Dubuque.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg?_wi=2", }, { tag: "Detail", title: "Screens & Tracks", subtitle: "Complete maintenance", description: "We clean screens, tracks, and frames for a total result.", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-frame-notebook-tools_23-2147625661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-frame-notebook-tools_23-2147625661.jpg?_wi=2", }, ]} title="Our Services" -- 2.49.1