From da885556fc75a46b5a6f4909fd01a9eba5115db9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:19:17 +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 3bdb4b9..712b93d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { imageAlt: "Landscape Hero 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=1", imageAlt: "Landscape Hero 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=1", imageAlt: "Landscape Hero 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=1", imageAlt: "Landscape Hero 5", }, ]} @@ -122,19 +122,19 @@ export default function LandingPage() { { title: "Bespoke Hardscaping", description: "Custom stone patios, retaining walls, and architectural structures designed for lasting beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=2", imageAlt: "Hardscaping", }, { title: "Planting & Horticulture", description: "Native plantings, lush gardens, and botanical selections that flourish year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=2", imageAlt: "Planting", }, { title: "Outdoor Living Rooms", description: "Complete outdoor kitchens, fire pits, and entertainment zones for modern luxury living.", - imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=2", imageAlt: "Living Spaces", }, ]} -- 2.49.1