From d60a655c3e25c8938363affcdbda876de66b3523 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:34:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e936df4..a516128 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-engaged-household-task_23-2151741210.jpg", + 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", + 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", }, { - 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", imageAlt: "Roof maintenance in progress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg?_wi=1", imageAlt: "Night time emergency roof repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=1", imageAlt: "Satisfied client with new roof", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { "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=2", }, { id: "f2", @@ -121,7 +121,7 @@ export default function LandingPage() { "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", @@ -130,7 +130,7 @@ export default function LandingPage() { "24/7", "Rapid", ], - imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-flirting-roof_1153-733.jpg?_wi=2", }, { id: "f4", @@ -139,7 +139,7 @@ export default function LandingPage() { "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=3", }, { id: "f5", @@ -148,7 +148,7 @@ export default function LandingPage() { "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", @@ -157,7 +157,7 @@ export default function LandingPage() { "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=4", }, ]} title="Professional Roofing Services" @@ -189,7 +189,7 @@ export default function LandingPage() { 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" /> @@ -230,7 +230,7 @@ export default function LandingPage() { handle: "@m_ross", testimonial: "Honest estimates and top quality materials.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=2", }, { id: "t5", -- 2.49.1