From 3d18503ce03fdcd050455ddb5a79c0fe9aa068bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:00:59 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index ec94c6c..dba40ea 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { price: "Contact for quote", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896892.jpg?_wi=4", }, { id: "p2", @@ -74,7 +74,7 @@ export default function LandingPage() { price: "Contact for quote", rating: 5, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-building-modern-architecture_181624-21692.jpg?_wi=4", }, ]} /> @@ -82,7 +82,7 @@ export default function LandingPage() {