From d9545e2d7ba4c3b2139079c547857acd41265a28 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:46:47 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index a6f68ed..86d7f15 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -115,21 +115,21 @@ export default function ProjectsPage() { id: "1", name: "Crystal Park Towers", price: "$3.2M - $9.5M", - imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=3", imageAlt: "Crystal Park Towers", }, { id: "2", name: "Harmony Heights", price: "$1.1M - $2.8M", - imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-with-bid-dining-room-modern-private-house_181624-17504.jpg?_wi=3", imageAlt: "Harmony Heights", }, { id: "3", name: "Business District Central", price: "$4.5M - $12M", - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=3", imageAlt: "Business District Central", }, ]} @@ -151,7 +151,7 @@ export default function ProjectsPage() {