From e3e537c1fed6107b93687234be5be54ec3cfa9f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:14:02 +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 5d2af57..2a48832 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "call-me-home", name: "Call Me Home", price: "Stream", variant: "Single", imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372238.jpg", imageAlt: "Call Me Home single cover art" + id: "call-me-home", name: "Call Me Home", price: "Stream", variant: "Single", imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372238.jpg?_wi=1", imageAlt: "Call Me Home single cover art" }, { - id: "one-drink-police", name: "One Drink Police", price: "Stream", variant: "Single", imageSrc: "http://img.b2bpic.net/free-vector/music-festival-poster-collection_23-2148089525.jpg", imageAlt: "One Drink Police single cover art" + id: "one-drink-police", name: "One Drink Police", price: "Stream", variant: "Single", imageSrc: "http://img.b2bpic.net/free-vector/music-festival-poster-collection_23-2148089525.jpg?_wi=1", imageAlt: "One Drink Police single cover art" }, { id: "keep-it-coming", name: "Keep It Coming", price: "Stream", variant: "Single", imageSrc: "http://img.b2bpic.net/free-vector/retro-color-landscapes-minimalist-vintage-poster-style-set_53876-98017.jpg", imageAlt: "Keep It Coming single cover art" @@ -122,7 +122,7 @@ export default function LandingPage() { features={[ { id: "faith-devotion", title: "Faith & Devotion", description: "Songs about commitment, faith, and unconditional love for those closest to him.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372238.jpg", imageAlt: "Call Me Home cover art" + imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372238.jpg?_wi=2", imageAlt: "Call Me Home cover art" }, items: [ { icon: Heart, text: "Emotional authenticity" }, @@ -132,7 +132,7 @@ export default function LandingPage() { }, { id: "longing-connection", title: "Longing & Connection", description: "Explorations of distance, desire, and the yearning to be close to loved ones and community.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/music-festival-poster-collection_23-2148089525.jpg", imageAlt: "One Drink Police cover art" + imageSrc: "http://img.b2bpic.net/free-vector/music-festival-poster-collection_23-2148089525.jpg?_wi=2", imageAlt: "One Drink Police cover art" }, items: [ { icon: MapPin, text: "Journey & home" },