From 3b46c186ffbd2c84ecf4cec1510a44ce6c55e9b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fefc7d..04a5f13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-headphones-posing-while-standing-red-blouse_176474-25125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-headphones-posing-while-standing-red-blouse_176474-25125.jpg?_wi=1", imageAlt: "Premium headphones floating", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { imageAlt: "Side profile shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fitness-woman-wearing-sportsbra-listening-music-headphones-working-out_1258-189453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fitness-woman-wearing-sportsbra-listening-music-headphones-working-out_1258-189453.jpg?_wi=1", imageAlt: "Top-down view", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { title: "Ergonomic Comfort", description: "Memory-foam ear cups designed for extended listening sessions in complete comfort.", tag: "Comfort", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fitness-woman-wearing-sportsbra-listening-music-headphones-working-out_1258-189453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fitness-woman-wearing-sportsbra-listening-music-headphones-working-out_1258-189453.jpg?_wi=2", }, ]} title="Engineering Mastery" @@ -230,7 +230,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Stay Connected" description="Join our newsletter for early access to product drops and expert audio tips." - imageSrc="http://img.b2bpic.net/free-photo/young-lady-with-headphones-posing-while-standing-red-blouse_176474-25125.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-lady-with-headphones-posing-while-standing-red-blouse_176474-25125.jpg?_wi=2" inputs={[ { name: "name", -- 2.49.1