From 545028c87b957e2bd8cfe638c0002f8b8f269b7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:53:02 +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 0e1ac87..f5f3e4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -130,7 +130,7 @@ export default function LandingPage() { description="Most clients come to us after bad experiences — we make it right with transparent pricing, fast turnaround, and skilled craftsmanship." subdescription="From minor repairs to complete installations, our New York team is dedicated to protecting your investment." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/men-wearing-varsity-jacket_23-2149562651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-wearing-varsity-jacket_23-2149562651.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -162,7 +162,7 @@ export default function LandingPage() { content: "Reliable roofing solutions for businesses and office buildings.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -180,7 +180,7 @@ export default function LandingPage() { quote: "10/10 service! They found issues others missed and explained everything clearly.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-albino-woman-with-coffee-cup_23-2150170388.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2", imageAlt: "happy home owner testimonial", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { quote: "Very professional, great work, and no problems since.", tag: "Install", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2171.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/men-wearing-varsity-jacket_23-2149562651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/men-wearing-varsity-jacket_23-2149562651.jpg?_wi=2", imageAlt: "happy home owner testimonial", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "Amazing work — I recommend them to all my friends and family.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2", imageAlt: "happy home owner testimonial", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Fast, efficient, and very reliable. Would use again.", tag: "Inspection", avatarSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=1", imageAlt: "happy home owner testimonial", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "Reasonably priced and trustworthy. High quality.", tag: "Install", avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167741.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", + 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: "happy home owner testimonial", }, ]} @@ -250,13 +250,13 @@ export default function LandingPage() { id: "p2", name: "Storm Repair", price: "Call for quote", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=2", }, { id: "p3", name: "Maintenance", price: "From $300", - 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", }, { id: "p4", -- 2.49.1