diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index a66e33c..20821e6 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -62,42 +62,42 @@ export default function ProjectsPage() { id: "1", name: "Modern HDB Transformation", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=5", imageAlt: "Modern HDB renovation project", }, { id: "2", name: "Luxury Condo Makeover", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=5", imageAlt: "Luxury condo renovation project", }, { id: "3", name: "Premium Kitchen Suite", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262112.jpg?_wi=5", imageAlt: "Premium kitchen renovation project", }, { id: "4", name: "Spa-Inspired Bathroom", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=5", imageAlt: "Luxury bathroom renovation project", }, { id: "5", name: "Custom Carpentry Showcase", price: "Completed 2024", - imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-starting-own-small-business-home-workshop_1163-3122.jpg?_wi=3", imageAlt: "Custom carpentry project showcase", }, { id: "6", name: "Complete Home Renovation", price: "Completed 2023", - imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3", imageAlt: "Complete home renovation project", }, ]} @@ -183,7 +183,7 @@ export default function ProjectsPage() { {/* Footer */}