From ab8a6bcf83ededa32caafef7dcbafe2e60a9129d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:19:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27a3817..f6f4f3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,28 +108,28 @@ export default function HomePage() { id: 1, title: "General Contracting", description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=1", imageAlt: "construction project management team planning", }, { id: 2, title: "Exterior Restorations", description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=1", imageAlt: "exterior facade restoration workers", }, { id: 3, title: "Energy-Efficient Upgrades", description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", - imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=1", imageAlt: "energy efficient building upgrades installation", }, { id: 4, title: "Cottage & Renovation", description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", - imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=1", imageAlt: "cottage renovation rural property improvement", }, ]} @@ -160,7 +160,7 @@ export default function HomePage() { name: "Burlington Residence - Full Renovation", price: "Completed 2023", variant: "Modern Exterior Restoration", - imageSrc: "http://img.b2bpic.net/free-vector/traditional-mexican-house-windows_1308-175657.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/traditional-mexican-house-windows_1308-175657.jpg?_wi=1", imageAlt: "Burlington residence exterior", }, { @@ -168,7 +168,7 @@ export default function HomePage() { name: "Muskoka Cottage - Energy Upgrade", price: "Completed 2023", variant: "Sustainable Renovation", - imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-sunset-lake-sunset-walking-nature-pier-berth_169016-67652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-sunset-lake-sunset-walking-nature-pier-berth_169016-67652.jpg?_wi=1", imageAlt: "Muskoka cottage project", }, { @@ -176,7 +176,7 @@ export default function HomePage() { name: "Downtown Office Building - Mid-Rise", price: "Completed 2022", variant: "Commercial Construction", - imageSrc: "http://img.b2bpic.net/free-photo/design-building-with-opened-windows_23-2148252778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/design-building-with-opened-windows_23-2148252778.jpg?_wi=1", imageAlt: "Downtown office building", }, { @@ -184,7 +184,7 @@ export default function HomePage() { name: "Heritage Facade Restoration", price: "Completed 2022", variant: "Historic Preservation", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg?_wi=1", imageAlt: "Heritage building restoration", }, ]} @@ -232,12 +232,12 @@ export default function HomePage() {