From 782cf16f808dfae47fb51343f019d55cf7e4c1f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 00:36:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af06967..a90b187 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Completed the job faster than expected and left our yard spotless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg?_wi=1", imageAlt: "cinematic modern house roof sunset drone", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Smooth, professional, and stress-free from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1", imageAlt: "cinematic modern house roof sunset drone", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Top-quality work, finished on time, and extremely detail-oriented.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1", imageAlt: "cinematic modern house roof sunset drone", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Exceptional communication and attention to detail. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fire-escape-ladder_1385-549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fire-escape-ladder_1385-549.jpg?_wi=1", imageAlt: "cinematic modern house roof sunset drone", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "The best roofing experience I've had. Professional and tidy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-signing-documents-modern-office_158595-5383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-signing-documents-modern-office_158595-5383.jpg?_wi=1", imageAlt: "cinematic modern house roof sunset drone", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "tel:2625469589", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-artistic-architectural-design_23-2148252774.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", @@ -145,22 +145,22 @@ export default function LandingPage() { { title: "Precision Craftsmanship", description: "Every detail matters. We ensure your roof stands the test of time.", - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2", }, { title: "Fast & Efficient", description: "Projects completed ahead of schedule without sacrificing quality.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2", }, { title: "Clean Job Sites", description: "No nails, no debris, no stress. We leave your property spotless.", - imageSrc: "http://img.b2bpic.net/free-photo/fire-escape-ladder_1385-549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fire-escape-ladder_1385-549.jpg?_wi=2", }, { title: "Transparent Pricing", description: "Honest estimates with no surprise costs or hidden fees.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-signing-documents-modern-office_158595-5383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-business-man-signing-documents-modern-office_158595-5383.jpg?_wi=2", }, ]} title="Roofing Done Right — Every Time" -- 2.49.1