From 304bee6ad36cce178749b0131c6d85edf4e00616 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:35:48 +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 cf35077..31753ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg", imageAlt: "Professional roofers at sunset"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg?_wi=1", imageAlt: "Professional roofers at sunset"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Brand new roof installation"} + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=1", imageAlt: "Brand new roof installation"} ]} mediaAnimation="slide-up" rating={5} @@ -77,11 +77,11 @@ export default function LandingPage() { { id: "f1", title: "Roof Repairs", tags: [ "Professional", "Fast"], - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=1"}, { id: "f2", title: "Roof Replacement", tags: [ "New Build", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=2"}, { id: "f3", title: "Emergency Roofing", tags: [ "24/7", "Rapid"], @@ -89,15 +89,15 @@ export default function LandingPage() { { id: "f4", title: "Leak Detection", tags: [ "Precision", "Diagnostic"], - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=2"}, { id: "f5", title: "Storm Damage", tags: [ "Inspection", "Restoration"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=3"}, { id: "f6", title: "Inspections", tags: [ "Thorough", "Detailed"], - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-tools-mechanic-desk_23-2148557974.jpg?_wi=3"}, ]} title="Professional Roofing Services" description="Comprehensive roofing solutions designed to protect your home and investment for years to come." @@ -120,7 +120,7 @@ export default function LandingPage() { { title: "No Mess Guarantee", description: "We leave your property spotless."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741210.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1