diff --git a/src/app/page.tsx b/src/app/page.tsx index f2a6f45..1368498 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,17 +74,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg?_wi=1", imageAlt: "Luxury roof installation Gadsden", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1", imageAlt: "Roof replacement project Alabama", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Premium roofing detail gold finish", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666469.jpg?_wi=2", imageAlt: "luxury roof installation Gadsden", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "luxury roof installation Gadsden", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "luxury roof installation Gadsden", }, ]}