From e554f182b16535d3101edcfad6f0c8f2fe43cd11 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 04:01:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b534d9c..ba32035 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,25 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "Exceptional service from start to finish. Highly recommend for any roofing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "residential roof installation close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=1", imageAlt: "residential roof installation close up"}, { name: "Sarah Smith", handle: "@sarahsmith", testimonial: "Very professional team, left the site cleaner than they found it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15689.jpg", imageAlt: "residential roof installation close up"}, { name: "Robert Lee", handle: "@robertlee", testimonial: "Honest pricing and high quality work. Will hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "residential roof installation close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg?_wi=1", imageAlt: "residential roof installation close up"}, { name: "Emily White", handle: "@emwhite", testimonial: "Prompt, professional, and very thorough with the roof inspection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "residential roof installation close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "residential roof installation close up"}, { name: "Michael Brown", handle: "@mikeb", testimonial: "Quality craftsmanship that you can really trust. Great roofers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg", imageAlt: "residential roof installation close up"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg?_wi=1", imageAlt: "residential roof installation close up"}, ]} buttons={[ { text: "Get Free Estimate", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=2" imageAlt="Professional roof installation services" avatars={[ { @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Roof Repair", description: "Expert repairs for storm damage, leaks, and wear.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg", imageAlt: "Roof repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg?_wi=2", imageAlt: "Roof repair service"}, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-roof-texture-tiles-generative-al_169016-28456.jpg", imageAlt: "Roofing repair detail"}, ], @@ -124,7 +124,7 @@ export default function LandingPage() { title: "Replacements", description: "High-quality, long-lasting complete roof replacements.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Roof replacement"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Roof replacement"}, { imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Finished new roof"}, ], @@ -133,7 +133,7 @@ export default function LandingPage() { title: "Emergency Service", description: "Fast response for emergency roofing needs, 24/7.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg", imageAlt: "Emergency service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-protection-helmets_23-2149343642.jpg?_wi=2", imageAlt: "Emergency service"}, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg", imageAlt: "Roof protection work"}, ],