From 8f1b1c9f80a589eb288565d02045ee721c3a0383 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:16:10 +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 490103b..9146dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { testimonials={[ { name: "Miyagi", handle: "@miyagimusic", testimonial: "Authentic vibes, best Russian beats found here!", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/singer-performing-stage_23-2148967912.jpg", imageAlt: "Russian rap star performing"}, + imageSrc: "https://img.b2bpic.net/free-photo/singer-performing-stage_23-2148967912.jpg?_wi=1", imageAlt: "Russian rap star performing"}, { name: "Anna K.", handle: "@popqueen", testimonial: "Superb sound quality and easy access. Totally recommended.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/microphone-stage_23-2148967900.jpg", imageAlt: "Microphone in spotlight"}, @@ -66,7 +66,7 @@ export default function LandingPage() { { text: "Start Listening", href: "#catalog"}, ]} - imageSrc="https://img.b2bpic.net/free-photo/singer-performing-stage_23-2148967912.jpg" + imageSrc="https://img.b2bpic.net/free-photo/singer-performing-stage_23-2148967912.jpg?_wi=2" mediaAnimation="blur-reveal" marqueeItems={[ { -- 2.49.1