From b873e94d1ad2c5b6e483cbfa50148234e4143a14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:23:36 +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 0742e1a..2433466 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "James L.", handle: "@jamesl", testimonial: "Cut-Works turned my backyard into a paradise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg", imageAlt: "professional landscaping garden renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg?_wi=1", imageAlt: "professional landscaping garden renovation"}, { name: "Maria P.", handle: "@mariap", testimonial: "Professional, punctual, and highly skilled landscaping.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg", imageAlt: "happy client portrait outdoor garden"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg?_wi=1", imageAlt: "happy client portrait outdoor garden"}, { name: "Robert S.", handle: "@roberts", testimonial: "The lawn care services are consistently excellent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg", imageAlt: "client relaxing in backyard garden"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg?_wi=1", imageAlt: "client relaxing in backyard garden"}, { name: "Sarah K.", handle: "@sarahk", testimonial: "Incredible attention to detail, my garden has never looked better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg", imageAlt: "portrait happy homeowner landscaping"}, + imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg?_wi=1", imageAlt: "portrait happy homeowner landscaping"}, { name: "David M.", handle: "@davidm", testimonial: "Fast, reliable, and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg", imageAlt: "customer portrait backyard renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg?_wi=1", imageAlt: "customer portrait backyard renovation"}, ]} buttons={[ { text: "Get Free Estimate", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/green-grass-with-easter-eggs-with-flowers_1101-970.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg", alt: "Client 1"}, @@ -129,13 +129,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg"}, + id: "1", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-holding-diary-backyard_23-2147925277.jpg?_wi=2"}, { - id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg"}, + id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-smiling-young-woman-sitting-rooftop_23-2147891092.jpg?_wi=2"}, { - id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg"}, + id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7004.jpg?_wi=2"}, { - id: "4", name: "Victor K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg"}, + id: "4", name: "Victor K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12289.jpg?_wi=2"}, { id: "5", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/positive-focused-female-gardener-cutting-sprouts-using-pruner-greenhouse-woman-working-garden-growing-plants-pots-gardening-job-concept_74855-12947.jpg"}, ]} -- 2.49.1