Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user