From cc0e5f6fe3ef73219fa5f5fbc1aa873b3ca5d233 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:56:58 +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 d771f19..cf75d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,22 +92,22 @@ export default function LandingPage() { { title: "Pool Decks", description: "Slip-resistant, cool, and comfortable for all-day fun.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-close-up-vinyl-texture_23-2149075978.jpg?_wi=2" } ] }, { title: "Home Gyms", description: "Impact-absorbing rubber perfect for heavy equipment.", icon: Activity, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918004.jpg?_wi=2" } ] }, { title: "Boats & Docks", description: "Waterproof performance for your marine lifestyle.", icon: LifeBuoy, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-side-view_23-2149443556.jpg?_wi=2" } ] } ]} -- 2.49.1