diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f4695a..886e547 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="At Solis Iron Works, we blend industrial strength with artistic refinement, delivering custom-crafted iron solutions that stand the test of time." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg?_wi=1", imageAlt: "Forging iron glow", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg?_wi=1", imageAlt: "Iron railing detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg?_wi=1", imageAlt: "Iron gate joinery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg?_wi=2", imageAlt: "Molten metal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg?_wi=2", imageAlt: "Railing design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg?_wi=2", imageAlt: "Artisan craft", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg?_wi=3", imageAlt: "Joinery detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg?_wi=3", imageAlt: "Forging process", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg?_wi=3", imageAlt: "Iron sculpture", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-stairs_1162-144.jpg?_wi=4", imageAlt: "Gate craftsmanship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13487.jpg?_wi=4", imageAlt: "Industrial forging", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-many-windows_23-2148252789.jpg?_wi=4", imageAlt: "Finished railing", }, ]} @@ -285,7 +285,7 @@ export default function LandingPage() {