From dfaacbf0ed0eba652846ca1d063e5e89879f4ad6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:39:42 +0000 Subject: [PATCH 1/3] 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 ea910df..4362c5d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -37,7 +37,7 @@ export default function AboutPage() { textboxLayout="split" title="The Memphis Homeowners' Trust" description="For over 15 years, we have served Memphis families by transforming ordinary yards into extraordinary sanctuaries. We understand that your home is your greatest investment, and our commitment is to provide the reliable, professional, and high-quality care that Memphis homeowners trust." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg?_wi=1" bulletPoints={[]} useInvertedBackground={false} /> -- 2.49.1 From 863f7003edfa6bc38ff5068f5eb3963fbb1b3de8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:39:42 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415f090..5dcd960 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { tag="Trusted Landscapes" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Landscaped garden path"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg?_wi=1", imageAlt: "Landscaped garden path"}, { - imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg", imageAlt: "Lush garden design"} + imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg?_wi=1", imageAlt: "Lush garden design"} ]} mediaAnimation="slide-up" rating={5} @@ -69,7 +69,7 @@ export default function LandingPage() { { title: "Sustainable Practices", description: "Eco-friendly planting and water management." }, { title: "Expert Crew", description: "Certified gardeners and stone artisans." } ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-watering-plants_23-2149098323.jpg?_wi=2" imageAlt="Landscape design team" mediaAnimation="slide-up" /> @@ -82,7 +82,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Lawn Maintenance", description: "Weekly cuts, edging, and seasonal aeration.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg", imageAlt: "Lawn care service" }, - { title: "Hardscaping & Patios", description: "Custom stone installations and outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg", imageAlt: "Stone patio" }, + { title: "Hardscaping & Patios", description: "Custom stone installations and outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1", imageAlt: "Stone patio" }, { title: "Smart Irrigation", description: "Automated systems for efficient garden health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-ceramic-kitchenware_23-2149060830.jpg", imageAlt: "Irrigation system" } ]} title="Comprehensive Landscaping Services" -- 2.49.1 From b06f236ebed406d2b659b06474807ae60cf5a600 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:39:43 +0000 Subject: [PATCH 3/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index f314455..afc84d9 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -39,9 +39,9 @@ export default function PortfolioPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Residential Patio", price: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg" }, - { id: "2", name: "Commercial Garden", price: "Design", imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg" }, - { id: "3", name: "Lush Lawn", price: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg" } + { id: "1", name: "Residential Patio", price: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2" }, + { id: "2", name: "Commercial Garden", price: "Design", imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg?_wi=2" }, + { id: "3", name: "Lush Lawn", price: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg?_wi=2" } ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1