From 2adb36507cd683de582f6bb342fda03a220b0bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:41:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca7a8b3..3799ee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg", imageAlt: "Stadium floodlights"}, { - imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", imageAlt: "Jersey texture"}, + imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=1", imageAlt: "Jersey texture"}, { imageSrc: "http://img.b2bpic.net/free-photo/football-player-shooting_23-2147813211.jpg", imageAlt: "Athlete sprinting"}, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { features={[ { title: "Breathable Technology", description: "Advanced sweat-wicking fabrics that keep you cool under pressure.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", imageAlt: "Tech fabric detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=2", imageAlt: "Tech fabric detail"}, items: [ { icon: Zap, -- 2.49.1