diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index e4b10d8..6b4b7ff 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -85,21 +85,21 @@ export default function ProjectsPage() { id: "1", name: "Evergreen Residential Complex", price: "18 Units", - imageSrc: "http://img.b2bpic.net/free-photo/modern-green-house-surrounded-by-lush-landscaping-stone-pathway-leads-entrance_191095-99768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-green-house-surrounded-by-lush-landscaping-stone-pathway-leads-entrance_191095-99768.jpg?_wi=4", imageAlt: "Evergreen residential complex with solar integration", }, { id: "2", name: "Green Tech Office Building", price: "LEED Platinum", - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-plant-researchers-doing-videocall-optimize-energy-production_482257-120519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-plant-researchers-doing-videocall-optimize-energy-production_482257-120519.jpg?_wi=5", imageAlt: "Modern green tech office building", }, { id: "3", name: "Historic Home Green Renovation", price: "Award Winner", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205462.jpg?_wi=3", imageAlt: "Successfully renovated historic home with modern green features", }, ]}