diff --git a/src/app/page.tsx b/src/app/page.tsx index 9078bce..0982574 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { description="Customized storage solutions, workshops, and garages designed for durability and style. Transform your property with West Storage Company." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-ceiling-structure-pavilion-gazebo_181624-55037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-ceiling-structure-pavilion-gazebo_181624-55037.jpg?_wi=1", imageAlt: "Large metal workshop building", }, { - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498462.jpg?_wi=1", imageAlt: "Custom storage shed", }, { - imageSrc: "http://img.b2bpic.net/free-photo/metal-glass-structure_1127-2042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-glass-structure_1127-2042.jpg?_wi=1", imageAlt: "Steel warehouse structure", }, { @@ -164,21 +164,21 @@ export default function LandingPage() { title: "Precision Framing", description: "Engineered wood frames for superior structural integrity.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-ceiling-structure-pavilion-gazebo_181624-55037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-ceiling-structure-pavilion-gazebo_181624-55037.jpg?_wi=2", imageAlt: "durable workshop building wide angle", }, { title: "Fast Deployment", description: "Optimized construction timelines without sacrificing build quality.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498462.jpg?_wi=2", imageAlt: "durable workshop building wide angle", }, { title: "Custom Designs", description: "Tailored aesthetics to match your property's specific needs.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/metal-glass-structure_1127-2042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-glass-structure_1127-2042.jpg?_wi=2", imageAlt: "durable workshop building wide angle", }, ]}