From b7ac10847c60531c099b3dbcb26c250fa99b7953 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:23:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ad72b5..c088c8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,27 +106,27 @@ export default function LandingPage() { title: "Wood Fencing", description: "Classic and durable cedar or pressure-treated wood fences.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg", imageAlt: "Wood Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg?_wi=1", imageAlt: "Wood Fence"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg", imageAlt: "Wood Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg?_wi=2", imageAlt: "Wood Fence"}, ], }, { title: "Aluminum Fencing", description: "Elegant, low-maintenance metal options for security and style.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-metal-fence-sidewalk_181624-40919.jpg", imageAlt: "Aluminum Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-metal-fence-sidewalk_181624-40919.jpg?_wi=1", imageAlt: "Aluminum Fence"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-metal-fence-sidewalk_181624-40919.jpg", imageAlt: "Aluminum Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-metal-fence-sidewalk_181624-40919.jpg?_wi=2", imageAlt: "Aluminum Fence"}, ], }, { title: "Vinyl Fencing", description: "Modern, weather-resistant privacy fences that look great forever.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575713.jpg", imageAlt: "Vinyl Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575713.jpg?_wi=1", imageAlt: "Vinyl Fence"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575713.jpg", imageAlt: "Vinyl Fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-doing-arts-crafts_23-2151575713.jpg?_wi=2", imageAlt: "Vinyl Fence"}, ], }, ]} -- 2.49.1