diff --git a/src/app/page.tsx b/src/app/page.tsx index 1021a8e..4d22521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function AdasArtistSite() { useInvertedBackground={false} features={[ { - title: "Call Me Home", description: "A reflective meditation on belonging and connection. Featured across streaming platforms.", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg", imageAlt: "Call Me Home single artwork", buttonIcon: Play, + title: "Call Me Home", description: "A reflective meditation on belonging and connection. Featured across streaming platforms.", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg?_wi=1", imageAlt: "Call Me Home single artwork", buttonIcon: Play, buttonHref: "#" }, { - title: "One Drink Police", description: "\"I want to walk you home after dark.\" A tender song about devotion and safe passage through the night.", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg", imageAlt: "One Drink Police single artwork", buttonIcon: Play, + title: "One Drink Police", description: "\"I want to walk you home after dark.\" A tender song about devotion and safe passage through the night.", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg?_wi=1", imageAlt: "One Drink Police single artwork", buttonIcon: Play, buttonHref: "#" }, { - title: "Keep It Coming", description: "Exploring themes of yearning and spiritual searching with jazzy undertones and reflective lyrics.", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg", imageAlt: "Keep It Coming single artwork", buttonIcon: Play, + title: "Keep It Coming", description: "Exploring themes of yearning and spiritual searching with jazzy undertones and reflective lyrics.", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg?_wi=2", imageAlt: "Keep It Coming single artwork", buttonIcon: Play, buttonHref: "#" } ]} @@ -109,22 +109,22 @@ export default function AdasArtistSite() { animationType="slide-up" products={[ { - id: "call-me-home", name: "Call Me Home", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg", imageAlt: "Call Me Home album art" + id: "call-me-home", name: "Call Me Home", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg?_wi=3", imageAlt: "Call Me Home album art" }, { - id: "one-drink-police", name: "One Drink Police", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg", imageAlt: "One Drink Police album art" + id: "one-drink-police", name: "One Drink Police", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg?_wi=2", imageAlt: "One Drink Police album art" }, { - id: "keep-it-coming", name: "Keep It Coming", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg", imageAlt: "Keep It Coming album art" + id: "keep-it-coming", name: "Keep It Coming", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg?_wi=4", imageAlt: "Keep It Coming album art" }, { - id: "take-me-with-you", name: "Take Me With You", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg", imageAlt: "Take Me With You album art" + id: "take-me-with-you", name: "Take Me With You", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg?_wi=3", imageAlt: "Take Me With You album art" }, { - id: "dying-to-know", name: "Dying to Know", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg", imageAlt: "Dying to Know album art" + id: "dying-to-know", name: "Dying to Know", price: "Streaming", imageSrc: "http://img.b2bpic.net/free-psd/party-template-design_23-2150195472.jpg?_wi=5", imageAlt: "Dying to Know album art" }, { - id: "upcoming-ep", name: "Upcoming EP", price: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg", imageAlt: "Upcoming EP preview" + id: "upcoming-ep", name: "Upcoming EP", price: "Coming Soon", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-tablet-table-music-recording-concept_169016-48955.jpg?_wi=4", imageAlt: "Upcoming EP preview" } ]} />