From 16d4dc66726183ed6f01d4873e40bee1d70904f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:30:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fcdf5a..ad2ca8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,11 +78,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1", imageAlt: "Luxurious house with new roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1", imageAlt: "Macro view of premium shingles", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { imageAlt: "Overhead view of roofing project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=1", imageAlt: "Luxury home porch roof", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2", }, items: [ { @@ -162,14 +162,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=3", imageAlt: "luxury residential roof installation", }, { title: "Home Exterior", description: "Quality siding and porch cover installation to enhance curb appeal.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=2", }, items: [ { @@ -186,7 +186,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2", imageAlt: "premium architectural roof shingles", }, ]}