From 18cd324d9e0bdeb5ee17773e335987d36c5ca809 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edc5c7c..7436024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { { id: "s2", title: "Hardscape Construction", author: "Stone Specialists", description: "Custom patios, walkways, and retaining walls built with premium materials for long-lasting beauty.", tags: [ "Hardscape"], - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", imageAlt: "hardscape patio design"}, + imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg?_wi=1", imageAlt: "hardscape patio design"}, { id: "s3", title: "Garden Lighting Design", author: "Design Engineers", description: "Ambient, automated exterior lighting systems to illuminate your home and garden architecture.", tags: [ "Lighting"], @@ -212,7 +212,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your landscape goals...", rows: 4 }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg?_wi=2" /> -- 2.49.1