From 8865aefd98ddff04013a938529a3270a4671e93e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:30:38 +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 ac35a9e..8ad05fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg", imageAlt: "tech" }, - { imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg", imageAlt: "audio" } + { imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=1", imageAlt: "audio" } ]} /> @@ -81,7 +81,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" products={[ - { id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg" } + { id: "1", brand: "AudioTech", name: "Noise Cancelling Headphones", price: "$299", rating: 4.8, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072234.jpg?_wi=2" } ]} /> -- 2.49.1