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() {