From 4c10af718b4cbd3901d03adcb41111a2168ab77f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:45:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f0fda3..dcda6ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg?_wi=1" imageAlt="Torres Lawn Care professional team" /> @@ -112,15 +112,15 @@ export default function LandingPage() { }, { id: 4, - title: "Retaining Walls", description: "Durable, professionally built retaining walls that add structure, style, and function.", imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg", imageAlt: "Professional retaining wall installation" + title: "Retaining Walls", description: "Durable, professionally built retaining walls that add structure, style, and function.", imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg?_wi=1", imageAlt: "Professional retaining wall installation" }, { id: 5, - title: "Borders & Edging", description: "Clean landscape borders that elevate the appearance and define the structure of your yard.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg", imageAlt: "Landscape borders and edging" + title: "Borders & Edging", description: "Clean landscape borders that elevate the appearance and define the structure of your yard.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg?_wi=1", imageAlt: "Landscape borders and edging" }, { id: 6, - title: "Seasonal Yard Care", description: "Spring cleanups, fall maintenance, and ongoing care throughout every season.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", imageAlt: "Seasonal yard maintenance service" + title: "Seasonal Yard Care", description: "Spring cleanups, fall maintenance, and ongoing care throughout every season.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg?_wi=2", imageAlt: "Seasonal yard maintenance service" } ]} /> @@ -141,13 +141,13 @@ export default function LandingPage() { id: "transformation-1", name: "Lawn Restoration", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/yellow-orange-red-autumn-leaves-beautiful-fall-park-fallen-autumn-leaves_1391-246.jpg", imageAlt: "Before lawn restoration" }, { - id: "transformation-2", name: "Beautiful Result", price: "Transformed", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg", imageAlt: "After lawn restoration completed" + id: "transformation-2", name: "Beautiful Result", price: "Transformed", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-golf-course-otocec-slovenia-sunny-summer-day_181624-10844.jpg?_wi=2", imageAlt: "After lawn restoration completed" }, { id: "transformation-3", name: "Retaining Wall", price: "Before", imageSrc: "http://img.b2bpic.net/free-photo/close-up-moss-nature_23-2151369178.jpg", imageAlt: "Before retaining wall installation" }, { - id: "transformation-4", name: "Professional Result", price: "After", imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg", imageAlt: "After retaining wall completion" + id: "transformation-4", name: "Professional Result", price: "After", imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg?_wi=2", imageAlt: "After retaining wall completion" } ]} /> @@ -190,7 +190,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg?_wi=3" imageAlt="Torres Lawn Care professional team at work" /> -- 2.49.1