diff --git a/src/app/page.tsx b/src/app/page.tsx index f75e25c..8b51a53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,15 +89,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg?_wi=1", imageAlt: "Professional roof installation on a modern home", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1", imageAlt: "Team of roofers installing shingles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg?_wi=1", imageAlt: "Drone view of a detailed roof inspection", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg?_wi=2", imageAlt: "close up roofing materials shingles samples", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2", imageAlt: "close up roofing materials shingles samples", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg?_wi=2", imageAlt: "close up roofing materials shingles samples", }, ]}