From 9ffba3927cf6f6c84a31fcfbc7479252b801081e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 21:11:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 572c447..f5126a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-working-roof_23-2149343672.jpg", imageAlt: "Roof shingles"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", imageAlt: "Roof details"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=1", imageAlt: "Roof details"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", imageAlt: "Roof safety"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=1", imageAlt: "Roof safety"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Roof finish"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Roof finish"}, ]} /> @@ -93,11 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Miller", date: "2024-05-12", title: "Highly Professional", quote: "Fabulous Roofing transformed our home. The team was punctual, tidy, and did an exceptional job.", tag: "New Roof", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", imageAlt: "architectural shingles roofing details"}, + id: "1", name: "Sarah Miller", date: "2024-05-12", title: "Highly Professional", quote: "Fabulous Roofing transformed our home. The team was punctual, tidy, and did an exceptional job.", tag: "New Roof", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg?_wi=2", imageAlt: "architectural shingles roofing details"}, { - id: "2", name: "Robert Chen", date: "2024-06-20", title: "Efficient Repair", quote: "I had a persistent leak that others couldn't find. These guys found it and fixed it quickly.", tag: "Repairs", avatarSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg", imageAlt: "roofer climbing ladder safety"}, + id: "2", name: "Robert Chen", date: "2024-06-20", title: "Efficient Repair", quote: "I had a persistent leak that others couldn't find. These guys found it and fixed it quickly.", tag: "Repairs", avatarSrc: "http://img.b2bpic.net/free-photo/freelancer-mature-man-casual-clothes-with-laptop-near-brick-wall_259150-58366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill-low-view_23-2148748772.jpg?_wi=2", imageAlt: "roofer climbing ladder safety"}, { - id: "3", name: "Elena Rodriguez", date: "2024-07-05", title: "Exceeded Expectations", quote: "Great communication throughout the entire process. Highly recommend for any home owner.", tag: "Replacements", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-wear-jeans-girl-sleeveless-with-white-shirt-against-street_627829-11108.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "completed roof renovation result"}, + id: "3", name: "Elena Rodriguez", date: "2024-07-05", title: "Exceeded Expectations", quote: "Great communication throughout the entire process. Highly recommend for any home owner.", tag: "Replacements", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-woman-wear-jeans-girl-sleeveless-with-white-shirt-against-street_627829-11108.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", imageAlt: "completed roof renovation result"}, { id: "4", name: "David Smith", date: "2024-08-15", title: "Reliable Team", quote: "Professional, polite, and very detailed in their explanation. True masters of their craft.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg", imageAlt: "happy homeowner portrait satisfied"}, { -- 2.49.1