From c392629045bc12af0162b9e76887e5da189f4242 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:24:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2675026..165ec58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Professional roofers working on residential roof installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "Professional roofers working on residential roof installation"}, { imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "Completed roof replacement on modern home"}, { @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Services" features={[ { - id: "01", title: "Roof Repairs & Replacements", description: "Expert repair and full replacement services for all roofing types and materials.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Roof repair work"}, + id: "01", title: "Roof Repairs & Replacements", description: "Expert repair and full replacement services for all roofing types and materials.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "Roof repair work"}, { id: "02", title: "Residential Roofing", description: "Quality roofing solutions designed to protect homes with durability and style.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Residential roof installation"}, { @@ -120,16 +120,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Allen Panzeri", role: "Homeowner", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "2", name: "Dean Boettger", role: "Homeowner", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "3", name: "Trish Doran", role: "Property Manager", company: "Google Reviews", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"}, { id: "4", name: "Wayne Smith", role: "Commercial Owner", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, ]} kpiItems={[ { value: "40+", label: "Years in Business" }, -- 2.49.1