From fdaafc01effa1e3cd97cb88b0bc6e97178b877e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 02:14:41 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 0330703..815f89f 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -48,28 +48,28 @@ export default function ProjectsPage() { id: "1", title: "Lakeside Cottage Standing Seam Transformation", tags: ["Standing Seam", "Cottage Style", "Weathered Zinc"], - imageSrc: "https://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/modern-stadium_1127-110.jpg?_wi=3", imageAlt: "Lakeside cottage with new standing seam roof" }, { id: "2", title: "Historic Farmhouse Re-Roof & Restoration", tags: ["Historic Restoration", "Structural Repair", "Charcoal Gray"], - imageSrc: "https://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg?_wi=3", imageAlt: "Historic farmhouse roof restoration" }, { id: "3", title: "Modern Residential New Construction", tags: ["New Construction", "Architectural Detail", "Forest Green"], - imageSrc: "https://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=3", imageAlt: "Modern home with standing seam roof" }, { id: "4", title: "Commercial Barn Complex Installation", tags: ["Agricultural", "Large Scale", "Galvalume"], - imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=5", imageAlt: "Commercial barn with metal roofing" } ]} @@ -99,7 +99,7 @@ export default function ProjectsPage() { title: "Warranty Claims on Standing Seam Installs" } ]} - imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg" + imageSrc="https://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=4" imageAlt="Martinez team reviewing project plans" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -119,7 +119,7 @@ export default function ProjectsPage() { quote: "Our lakeside cottage needed a roof that could handle harsh weather and look beautiful. The standing seam installation is flawless, and we get compliments from neighbors constantly.", name: "Amanda Foster", role: "Cottage Owner", - imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Amanda Foster" }, { @@ -128,7 +128,7 @@ export default function ProjectsPage() { quote: "Martinez understood the importance of maintaining our farmhouse's character while upgrading to modern performance. They handled every detail with care and expertise.", name: "James Sullivan", role: "Property Owner", - imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Sullivan" }, { @@ -137,7 +137,7 @@ export default function ProjectsPage() { quote: "Our barn complex installation was completed ahead of schedule with zero issues. Professional, reliable, and the quality of work is outstanding. Highly recommend for commercial projects.", name: "Patricia Chen", role: "Farm Manager", - imageSrc: "https://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2", imageAlt: "Patricia Chen" } ]} @@ -149,7 +149,7 @@ export default function ProjectsPage() {