From f1e13d6c04561810155e7a5b3c625b59177844d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 20:49:35 +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 c3d35ff..feb303f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "r1", name: "Midnight Pulse", price: "$15", imageSrc: "https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg" }, + { id: "r1", name: "Midnight Pulse", price: "$15", imageSrc: "https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg?_wi=1" }, { id: "r2", name: "Digital Dawn", price: "$15", imageSrc: "https://img.freepik.com/free-photo/urban-music-cover-art_23-2148496904.jpg" }, { id: "r3", name: "Bass Frequency", price: "$15", imageSrc: "https://img.freepik.com/free-photo/urban-electronic-art_23-2150039319.jpg" }, { id: "r4", name: "System Shock", price: "$15", imageSrc: "https://img.freepik.com/free-photo/urban-sound-wave-art_23-2148328066.jpg" }, @@ -172,7 +172,7 @@ export default function LandingPage() { { title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Artists", href: "#features" }] }, { title: "Links", items: [{ label: "Releases", href: "#products" }, { label: "Contact", href: "#contact" }] }, ]} - imageSrc="https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg" + imageSrc="https://img.freepik.com/free-photo/urban-vinyl-release_23-2149075974.jpg?_wi=2" /> -- 2.49.1