From 06dee3260274d65a400a08178ea52c218df66574 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:22:13 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 808c083..35cfc26 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -22,42 +22,42 @@ export default function ServicesPage() { id: "1", title: "Custom Decks", description: "Trex and custom deck builds designed for beauty, comfort, durability, and everyday use.", - imageSrc: "http://img.b2bpic.net/free-photo/hammocks-placed-row_1203-1183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hammocks-placed-row_1203-1183.jpg?_wi=4", imageAlt: "Custom Trex deck luxury residential", }, { id: "2", title: "Siding Installation", description: "High-end siding upgrades including James Hardie and other premium materials that completely refresh the look of the home.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg?_wi=4", imageAlt: "Premium James Hardie siding installation", }, { id: "3", title: "Windows", description: "Window installation that improves both appearance and performance.", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-563.jpg?_wi=4", imageAlt: "Luxury window installation and upgrade", }, { id: "4", title: "Gutters & Exterior Details", description: "Functional exterior upgrades that complete the look and protect the home.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-style-house-exterior-with-terrace_114579-2229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-style-house-exterior-with-terrace_114579-2229.jpg?_wi=2", imageAlt: "Premium gutter system exterior details", }, { id: "5", title: "Cabana & Outdoor Structures", description: "Refined outdoor living additions built with smart design and strong craftsmanship.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-venue-with-swimming-pool_637285-5705.jpg?_wi=2", imageAlt: "Luxury outdoor cabana structure", }, { id: "6", title: "Exterior Remodels", description: "From painted brick and column updates to full curb appeal transformations.", - imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-interracial-couple-hold-hands-walk-rural-setting_273609-18073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-interracial-couple-hold-hands-walk-rural-setting_273609-18073.jpg?_wi=2", imageAlt: "Complete exterior home transformation", }, ]; @@ -195,7 +195,7 @@ export default function ServicesPage() {