diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d0b7de..fde48ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg?_wi=1", imageAlt: "Residential fence installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-forest-metal-fence_181624-22874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-forest-metal-fence_181624-22874.jpg?_wi=1", imageAlt: "Modern aluminum fence", }, { - imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-stairs-japanese-culture_23-2149301065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-stairs-japanese-culture_23-2149301065.jpg?_wi=1", imageAlt: "Custom wood privacy fence", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { title: "Premium Materials", description: "We only use high-grade vinyl, wood, and steel.", tag: "Quality", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg?_wi=2", imageAlt: "residential fence installation modern home", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { title: "Expert Installation", description: "Experienced builders ensure precision and longevity.", tag: "Precision", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-forest-metal-fence_181624-22874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-trees-forest-metal-fence_181624-22874.jpg?_wi=2", imageAlt: "modern aluminum security fence home", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { title: "Custom Designs", description: "Tailored solutions for your specific landscape needs.", tag: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-stairs-japanese-culture_23-2149301065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-stairs-japanese-culture_23-2149301065.jpg?_wi=2", imageAlt: "custom wood privacy fence backyard", }, ]}