diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b2270e..1869953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,23 +74,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=1", imageAlt: "Luxury Roofing Project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=1", imageAlt: "Premium Roofing Material", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207692.jpg?_wi=1", imageAlt: "Masonry Craftsmanship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-pyramid_1122-430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-pyramid_1122-430.jpg?_wi=1", imageAlt: "Aerial Roof Shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Architectural Detail", }, ]} @@ -129,7 +129,7 @@ export default function LandingPage() { title: "Chimney Replacement", subtitle: "Expert Masonry", description: "Restoring the integrity and beauty of your brick chimneys.", - imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=2", imageAlt: "luxury construction site", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { title: "Commercial Property", subtitle: "Bespoke Solutions", description: "Professional-grade roofing for high-value commercial properties.", - imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-with-black-lines_23-2148744336.jpg?_wi=2", imageAlt: "luxury construction site", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Flat Roof Installation", subtitle: "Modern Design", description: "Sleek, modern flat roofing systems with industry-leading materials.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207692.jpg?_wi=2", imageAlt: "luxury construction site", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { title: "Masonry Work", subtitle: "Brick & Stone", description: "Artisan stone and brick work for luxury residential structures.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-pyramid_1122-430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-pyramid_1122-430.jpg?_wi=2", imageAlt: "luxury construction site", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { title: "Metal Roofing", subtitle: "Ultimate Durability", description: "Elite metal roofing solutions providing lifetime protection.", - imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "luxury construction site", }, ]}