From c0d2b8e98d99c2d9ada6797d6be31fee662a8c73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:36:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ced69fa..728622a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,16 +69,16 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Quality roof replacement project" + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Quality roof replacement project" }, { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", imageAlt: "Storm damage restoration services" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after roofing transformation" + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Before and after roofing transformation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Professional shingle replacement results" + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1", imageAlt: "Professional shingle replacement results" }, ]} buttons={[ @@ -180,11 +180,11 @@ export default function HomePage() { products={[ { id: "1", brand: "Residential", name: "Complete Roof Replacement", price: "Transform", rating: 5, - reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after roof replacement project" + reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Before and after roof replacement project" }, { id: "2", brand: "Residential", name: "Shingle Installation", price: "Professional", rating: 5, - reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "Professional shingle installation results" + reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=2", imageAlt: "Professional shingle installation results" }, { id: "3", brand: "Emergency", name: "Storm Damage Restoration", price: "Complete", rating: 5, @@ -208,7 +208,7 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "El Paso", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Martinez, satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Martinez, satisfied customer" }, { id: "2", name: "John Thompson", role: "Business Owner", company: "East El Paso", rating: 5, @@ -228,7 +228,7 @@ export default function HomePage() { }, { id: "6", name: "Michael Rodriguez", role: "Homeowner", company: "Northeast El Paso", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Rodriguez satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Rodriguez satisfied customer" }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1