From 1d3b4d3b1600b318bcc5afe522a41546f60ade4a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:49:55 +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 a5800c2..6d9d837 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { features={[ { title: "Breathability", description: "Micro-porous structure for maximum airflow.", imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg", buttonIcon: Zap }, { title: "Precision Fit", description: "Ergonomic cuts for reduced drag.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-training_23-2150169384.jpg", buttonIcon: Shield }, - { title: "Reinforced Seams", description: "High-durability construction.", imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-rope_23-2149872563.jpg", buttonIcon: Award }, + { title: "Reinforced Seams", description: "High-durability construction.", imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-rope_23-2149872563.jpg?_wi=1", buttonIcon: Award }, { title: "Moisture Control", description: "Rapid-wicking technology.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-male-runner-listening-music-earphones-standing-street_23-2148124158.jpg", buttonIcon: Star }, ]} title="Engineered for Velocity" @@ -163,7 +163,7 @@ export default function LandingPage() {