From 702a035f8a57d0182b135d959cd470c70153f55c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:10:47 +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 c62bd73..d1eb2fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "John D.", handle: "@johnd", testimonial: "Incredible service! They cleared our basement in under an hour.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg", imageAlt: "junk removal professional service black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg?_wi=1", imageAlt: "junk removal professional service black gold"}, { name: "Sarah P.", handle: "@sarahp", testimonial: "Very professional and fair pricing. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg", imageAlt: "junk removal professional service black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg?_wi=1", imageAlt: "junk removal professional service black gold"}, { name: "Mike L.", handle: "@mikel", testimonial: "The gold standard for junk removal. Will hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/recycle-logo-globe-garbage-bin_23-2147852572.jpg", imageAlt: "junk removal professional service black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/recycle-logo-globe-garbage-bin_23-2147852572.jpg?_wi=1", imageAlt: "junk removal professional service black gold"}, { name: "David R.", handle: "@davidr", testimonial: "Prompt, efficient, and very careful with my walls.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shirt-with-dots_23-2148539815.jpg", imageAlt: "junk removal professional service black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shirt-with-dots_23-2148539815.jpg?_wi=1", imageAlt: "junk removal professional service black gold"}, { name: "Linda M.", handle: "@lindam", testimonial: "Finally a stress-free garage cleanout experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "junk removal professional service black gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "junk removal professional service black gold"}, ]} buttons={[ { @@ -75,7 +75,7 @@ export default function LandingPage() { { text: "Call (804) 467-9004", href: "tel:8044679004"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358963.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-woman-with-bottle-spray-cleanser-cleaning-oven-home-kitchen_231208-13610.jpg", alt: "happy woman with bottle of spray cleanser"}, @@ -113,7 +113,7 @@ export default function LandingPage() { { text: "Learn About Our Mission", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-talking-phone-while-man-cleaning_23-2147766965.jpg?_wi=2" /> @@ -126,15 +126,15 @@ export default function LandingPage() { { id: "1", title: "Residential Cleanup", descriptions: [ "Full house cleanouts", "Attic and basement debris removal", "Furniture and appliance haul away"], - imageSrc: "http://img.b2bpic.net/free-photo/recycle-logo-globe-garbage-bin_23-2147852572.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/recycle-logo-globe-garbage-bin_23-2147852572.jpg?_wi=2"}, { id: "2", title: "Commercial Solutions", descriptions: [ "Office cleanouts", "Retail debris removal", "Construction cleanup"], - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shirt-with-dots_23-2148539815.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shirt-with-dots_23-2148539815.jpg?_wi=2"}, { id: "3", title: "Yard & Exterior", descriptions: [ "Branch and limb removal", "Outdoor structure demolition", "Landscaping debris haul"], - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2"}, ]} title="Professional Services" description="Comprehensive solutions for residential and commercial spaces." -- 2.49.1