From 8dfbc1506581cfe65abf7c1f8d696af903682e76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:20:04 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 258afb3..7a3bf9d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Combined Experience" }, { value: "500+", title: "Satisfied Homeowners Served" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=2" imageAlt="Monjas YSK landscaping team" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From 8046e1ca4ee4aa80b26931f1b9dfe914926af334 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:20:05 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index bdf5747..ecfa862 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -45,7 +45,7 @@ export default function GalleryPage() { description: "Transformed a bare, dusty backyard into a lush, green oasis with premium artificial turf. This Nevada home now has a beautiful outdoor space perfect for entertaining and family gatherings.", imageSrc: - "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", + "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=3", imageAlt: "Before and after turf installation", button: { text: "View Details", href: "/contact" }, }, @@ -54,7 +54,7 @@ export default function GalleryPage() { description: "Designed and built a stunning stone patio with integrated seating walls and planter boxes. This project combines modern aesthetics with functional outdoor living space for entertaining.", imageSrc: - "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=3", imageAlt: "Custom patio hardscape project", button: { text: "View Details", href: "/contact" }, }, @@ -63,7 +63,7 @@ export default function GalleryPage() { description: "Full landscape redesign including new plantings, irrigation system upgrade, pathway installation, and decorative rock features. This Carson City property now stands out in its neighborhood.", imageSrc: - "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", + "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Complete landscape renovation", button: { text: "View Details", href: "/contact" }, }, -- 2.49.1 From 44686af1d39bdf52bc0dcbad51c8e7a03d5f6fda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:20:05 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81ba9e9..33e6a8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { imageAlt: "Retaining wall hardscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", imageAlt: "Landscape patio design", }, ]} @@ -120,7 +120,7 @@ export default function HomePage() { description: "Water-saving synthetic grass perfect for Nevada's climate. Pet-friendly, durable, and maintenance-free.", imageSrc: - "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", + "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=1", imageAlt: "Artificial turf installation", button: { text: "Learn More", href: "/services" }, }, @@ -129,7 +129,7 @@ export default function HomePage() { description: "Professional design, installation, and repair of efficient irrigation and sprinkler systems for residential and commercial.", imageSrc: - "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", + "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg?_wi=1", imageAlt: "Irrigation system installation", button: { text: "Learn More", href: "/services" }, }, @@ -138,7 +138,7 @@ export default function HomePage() { description: "Retaining walls, patios, walkways, driveways, and custom outdoor structures built to last.", imageSrc: - "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1", imageAlt: "Hardscape patio construction", button: { text: "Learn More", href: "/services" }, }, @@ -186,7 +186,7 @@ export default function HomePage() { { value: "Licensed & Insured", title: "Professional Credentials" }, { value: "Fair Pricing", title: "Transparent Quotes" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1" imageAlt="Professional landscaping team at work" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -207,7 +207,7 @@ export default function HomePage() { company: "Reno", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jeff V. - Reno homeowner", }, { @@ -217,7 +217,7 @@ export default function HomePage() { company: "Carson City", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Victoria T. - Carson City homeowner", }, { @@ -227,7 +227,7 @@ export default function HomePage() { company: "Reno", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Sean H. - Reno homeowner", }, { @@ -237,7 +237,7 @@ export default function HomePage() { company: "Reno", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Maria R. - HOA manager", }, { @@ -247,7 +247,7 @@ export default function HomePage() { company: "Reno", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "David K. - Business owner", }, { @@ -257,7 +257,7 @@ export default function HomePage() { company: "Carson City", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Jennifer L. - Carson City homeowner", }, ]} -- 2.49.1 From 78ae7e344af41052b094e0364c1473503c50c32f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:20:06 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b111c17..70d5850 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,7 +45,7 @@ export default function ServicesPage() { description: "Transform your outdoor space with premium artificial turf. Our synthetic grass is UV-resistant, pet-friendly, and requires no watering or maintenance. Perfect for Nevada's desert climate, reducing water usage by up to 55 gallons per square foot annually.", imageSrc: - "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", + "http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=2", imageAlt: "Artificial turf installation", button: { text: "Get Quote", href: "/contact" }, }, @@ -54,7 +54,7 @@ export default function ServicesPage() { description: "Efficient irrigation keeps your landscape healthy while conserving water. We design custom systems with smart controllers, drip irrigation, and sprinkler zones tailored to your property's unique needs and plant requirements.", imageSrc: - "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", + "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg?_wi=2", imageAlt: "Irrigation system installation", button: { text: "Get Quote", href: "/contact" }, }, @@ -63,7 +63,7 @@ export default function ServicesPage() { description: "We build lasting outdoor structures including retaining walls, patios, walkways, driveways, pergolas, and water features. Each project combines functionality with aesthetic appeal, using quality materials and skilled craftsmanship.", imageSrc: - "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "Hardscape patio construction", button: { text: "Get Quote", href: "/contact" }, }, -- 2.49.1