From 9256d0b803c2a0f02a7e3ad77c7ec384aa1caa04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:23:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95b97f1..f66ff66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,10 +114,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "Residential", name: "Modern Minimalist Garden", price: "Featured Design", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Modern minimalist garden with clean lines"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=1", imageAlt: "Modern minimalist garden with clean lines"}, { id: "2", brand: "Residential", name: "Contemporary Landscape Refresh", price: "Featured Design", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Contemporary landscape with hardscape elements"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=2", imageAlt: "Contemporary landscape with hardscape elements"}, { id: "3", brand: "Residential", name: "Lush Backyard Oasis", price: "Featured Design", rating: 5, reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3427.jpg", imageAlt: "Lush backyard garden with water features"}, @@ -139,19 +139,19 @@ export default function LandingPage() { { id: "1", name: "Margaret Chen", handle: "@margaretc", testimonial: "Earth Liaison completely transformed our backyard into a peaceful retreat. Their attention to detail and understanding of our vision was remarkable. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Margaret Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Margaret Chen"}, { id: "2", name: "Jessica Rodriguez", handle: "@jessicagarden", testimonial: "Working with the team was such a pleasure. They listened to every idea we had and created something even more beautiful than we imagined.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Jessica Rodriguez"}, { id: "3", name: "David Thompson", handle: "@davidhome", testimonial: "Professional, creative, and genuinely passionate about gardens. Our new landscape is the envy of the neighborhood. Thank you, Earth Liaison!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "David Thompson"}, { id: "4", name: "Sarah Williams", handle: "@sarahoutdoors", testimonial: "From consultation to installation, every step was seamless. The quality of work is outstanding, and the ongoing support is invaluable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Williams"}, ]} /> -- 2.49.1