diff --git a/src/app/page.tsx b/src/app/page.tsx index 040257c..8c56e55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,11 +113,11 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Pop Love Story", price: "Listen", imageSrc: "http://img.b2bpic.net/free-vector/colorful-equalizer-wave-background_23-2148442904.jpg?_wi=2", imageAlt: "Pop love story song"}, + id: "1", name: "Pop Love Story", price: "From $99", imageSrc: "http://img.b2bpic.net/free-vector/colorful-equalizer-wave-background_23-2148442904.jpg?_wi=2", imageAlt: "Pop love story song"}, { - id: "2", name: "Cinematic Epic", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sport-news-with-man-recording_23-2149900290.jpg?_wi=1", imageAlt: "Cinematic epic music video"}, + id: "2", name: "Cinematic Epic", price: "From $149", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sport-news-with-man-recording_23-2149900290.jpg?_wi=1", imageAlt: "Cinematic epic music video"}, { - id: "3", name: "Emotional Journey", price: "Discover", imageSrc: "http://img.b2bpic.net/free-psd/house-warming-party-template_23-2151389841.jpg?_wi=1", imageAlt: "Emotional journey artwork"}, + id: "3", name: "Emotional Journey", price: "From $129", imageSrc: "http://img.b2bpic.net/free-psd/house-warming-party-template_23-2151389841.jpg?_wi=1", imageAlt: "Emotional journey artwork"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -131,31 +131,6 @@ export default function HomePage() { /> -