From 8e091f06764a36c1398ad56d5ace92f12cbcb732 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:30:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44cb5f2..356b936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Residential Driveways", tags: ["Residential", "Driveways", "Slabs"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg", imageAlt: "Residential concrete driveway"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=1", imageAlt: "Residential concrete driveway"}, { id: "2", title: "Commercial Slabs", tags: ["Commercial", "Industrial", "Parking"], imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107124.jpg", imageAlt: "Commercial concrete slab"}, @@ -91,7 +91,7 @@ export default function LandingPage() { { id: "1", name: "Residential Driveway - Mt Eden", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-grass-edge-road-perfect-background_181624-26914.jpg", imageAlt: "Completed residential driveway"}, { - id: "2", name: "Patio & Entertaining Area - Remuera", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg", imageAlt: "Completed patio area"}, + id: "2", name: "Patio & Entertaining Area - Remuera", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", imageAlt: "Completed patio area"}, { id: "3", name: "Commercial Warehouse Floor - Penrose", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3311.jpg", imageAlt: "Commercial concrete floor"}, ]} @@ -138,17 +138,17 @@ export default function LandingPage() {