From 74d7588c254bc65baae88d2eea7a3ed50effbcf6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:07:55 +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 53e8b46..1e67703 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@robertb", testimonial: "Best service in Indy. My lawn has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg?_wi=1", imageAlt: "lush green lawn professional landscaping", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@janed", testimonial: "Reliable and professional. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=1", imageAlt: "lush green lawn professional landscaping", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@marks", testimonial: "The attention to detail is unmatched in the local area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg?_wi=1", imageAlt: "lush green lawn professional landscaping", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@lindak", testimonial: "Finally a company that shows up on time every single week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg?_wi=1", imageAlt: "lush green lawn professional landscaping", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@tomp", testimonial: "My curb appeal has drastically improved since working with them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-orange-beige-wall_23-2149360621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-orange-beige-wall_23-2149360621.jpg?_wi=1", imageAlt: "lush green lawn professional landscaping", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg?_wi=2" imageAlt="Professional landscaping in Indianapolis" mediaAnimation="slide-up" avatars={[ @@ -191,19 +191,19 @@ export default function LandingPage() { { title: "Expert Mowing", description: "Precision cutting and edging for a perfect lawn.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg?_wi=2", imageAlt: "Professional mowing", }, { title: "Tree & Hedge Work", description: "Professional pruning and shaping for healthy trees.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-petrol-hedge-cutter-that-holding-afro-gardener_651396-1481.jpg?_wi=2", imageAlt: "Tree care", }, { title: "Full Landscaping", description: "Complete garden design and maintenance services.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=2", imageAlt: "Landscape care", }, ]} @@ -222,7 +222,7 @@ export default function LandingPage() { { title: "Exterior Painting", description: "Professional home exterior painting for long-lasting curb appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-orange-beige-wall_23-2149360621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-orange-beige-wall_23-2149360621.jpg?_wi=2", imageAlt: "Exterior painting", }, { -- 2.49.1