diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d21290..3cb565f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,10 +102,10 @@ export default function LandingPage() { title: "Roofing Solutions", description: "Expert roof installation, repair, and replacement services with premium materials", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", imageAlt: "Professional roofing installation" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1", imageAlt: "Professional roofing installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", imageAlt: "Quality roof replacement work" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2", imageAlt: "Quality roof replacement work" } ] }, @@ -113,10 +113,10 @@ export default function LandingPage() { title: "Siding & Cladding", description: "Beautiful and durable siding options that enhance curb appeal and insulation", icon: Layers, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-one-hand-wall-shopping-bag-other_1157-1995.jpg", imageAlt: "Modern siding installation" + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-one-hand-wall-shopping-bag-other_1157-1995.jpg?_wi=1", imageAlt: "Modern siding installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-one-hand-wall-shopping-bag-other_1157-1995.jpg", imageAlt: "Professional siding work" + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-one-hand-wall-shopping-bag-other_1157-1995.jpg?_wi=2", imageAlt: "Professional siding work" } ] }, @@ -124,10 +124,10 @@ export default function LandingPage() { title: "Landscaping", description: "Design and installation of stunning outdoor spaces that complement your home", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", imageAlt: "Professional landscaping design" + imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=1", imageAlt: "Professional landscaping design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg", imageAlt: "Beautiful yard landscaping" + imageSrc: "http://img.b2bpic.net/free-photo/rural-house-with-stone-pathway_1127-311.jpg?_wi=2", imageAlt: "Beautiful yard landscaping" } ] }, @@ -135,10 +135,10 @@ export default function LandingPage() { title: "Windows & Doors", description: "Energy-efficient window and door replacements for improved comfort and savings", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg", imageAlt: "Window installation service" + imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=1", imageAlt: "Window installation service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg", imageAlt: "Modern windows installation" + imageSrc: "http://img.b2bpic.net/free-photo/woman-likes-spend-time-with-reading-indoor-shot-cute-creative-smart-female-trendy-outfit-glasses-holding-magazine-turning-pages-while-standing-near-window-taking-bread-from-work_197531-30224.jpg?_wi=2", imageAlt: "Modern windows installation" } ] }