From e5d2656af97463b8d177ce5dff0aeea8799b8595 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:23:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 385d936..d1a7bcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,23 +73,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1", imageAlt: "Roofing crew at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg?_wi=1", imageAlt: "High quality shingles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=2", imageAlt: "Professional roof inspection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg?_wi=2", imageAlt: "Shingle texture detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=3", imageAlt: "Finished roofing project", }, ]} @@ -110,14 +110,14 @@ export default function LandingPage() { id: "s1", title: "Roof Repair", description: "Fast diagnostics and permanent repairs for all leak types.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=4", imageAlt: "roofers working", }, { id: "s2", title: "Roof Replacement", description: "Full tear-offs and professional GAF shingle installations.", - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2593.jpg?_wi=3", imageAlt: "roof shingles", }, { @@ -131,14 +131,14 @@ export default function LandingPage() { id: "s4", title: "Gutter Systems", description: "Custom drainage and gutter solutions to protect your foundation.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg?_wi=1", imageAlt: "smiling customer portrait", }, { id: "s5", title: "Claim Assistance", description: "Expert navigation of insurance claims to ensure you're covered.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=1", imageAlt: "professional man portrait", }, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { title="Led by Eric, Your Trusted Roofing Expert" description="Eric founded Asher's Fast Roofers with a simple vision: clear communication, honest estimates, and quality you can count on. We aren't just here to fix roofs; we're here to provide peace of mind." subdescription="We treat every Las Vegas home like our own. Transparency is at the core of our business, ensuring you are informed at every step of your project." - imageSrc="http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=2" mediaAnimation="slide-up" icon={Shield} /> @@ -172,7 +172,7 @@ export default function LandingPage() { handle: "@kara.p", testimonial: "Same-day response when I had a leak! Eric walked me through the claim and fixed it fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-riding-scooter-talking-phone-park_1303-15759.jpg?_wi=2", }, { id: "2", @@ -180,7 +180,7 @@ export default function LandingPage() { handle: "@k.bradshaw", testimonial: "Very professional and honest. Detailed estimate, zero hidden costs. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=3", }, { id: "3", -- 2.49.1