From cb9260f5ef556efa7737e12c42609027996a4617 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:16:37 +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 c768bf2..ace0b66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { imageAlt: "Certified Landscaping Work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-deck_1203-3200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-deck_1203-3200.jpg?_wi=1", imageAlt: "Stone Patio Installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg?_wi=1", imageAlt: "Custom Deck Build", }, { - imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girls-playing-with-garden-hose-hot-summer-day_169016-37201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girls-playing-with-garden-hose-hot-summer-day_169016-37201.jpg?_wi=1", imageAlt: "Irrigation System Installation", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { id: "1", name: "Custom Patios", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-deck_1203-3200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-deck_1203-3200.jpg?_wi=2", }, { id: "2", @@ -133,7 +133,7 @@ export default function LandingPage() { id: "4", name: "Deck Building", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-dreamy-barefooted-lady-with-long-curly-hair-sitting-wooden-bench-park-looking-away-romantic-girl-straw-hat-white-dress-posing-front-flowerbed_197531-3979.jpg?_wi=2", }, { id: "5", @@ -145,7 +145,7 @@ export default function LandingPage() { id: "6", name: "Sprinkler Systems", price: "Get Quote", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girls-playing-with-garden-hose-hot-summer-day_169016-37201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adorable-little-girls-playing-with-garden-hose-hot-summer-day_169016-37201.jpg?_wi=2", }, ]} title="Our Specialized Services" -- 2.49.1