main: vibe coded app to feel like paper
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+12
-3
@@ -22,7 +22,10 @@ export const albums: Album[] = [
|
||||
coverImage: "/albums/echoes-of-time.jpg",
|
||||
year: 2024,
|
||||
genre: "Progressive Rock",
|
||||
price: 12.99,
|
||||
price: 350000,
|
||||
tag: "Album",
|
||||
format: "flac",
|
||||
bitrate: "lossless",
|
||||
description: "An epic journey through time and space, featuring complex polyrhythms, atmospheric keyboards, and powerful guitar solos. This concept album tells the story of humanity's relationship with time.",
|
||||
songs: [
|
||||
{
|
||||
@@ -68,7 +71,10 @@ export const albums: Album[] = [
|
||||
coverImage: "/albums/crimson-horizons.jpg",
|
||||
year: 2023,
|
||||
genre: "Progressive Rock",
|
||||
price: 10.99,
|
||||
price: 450000,
|
||||
tag: "Deluxe",
|
||||
format: "mp3",
|
||||
bitrate: "320kbps",
|
||||
description: "A darker, heavier exploration of prog rock with crushing riffs and intricate instrumental passages. Features extended improvisational sections and powerful vocals.",
|
||||
songs: [
|
||||
{
|
||||
@@ -107,7 +113,10 @@ export const albums: Album[] = [
|
||||
coverImage: "/albums/synthetic-dreams.jpg",
|
||||
year: 2022,
|
||||
genre: "Progressive Rock / Electronic",
|
||||
price: 9.99,
|
||||
price: 150000,
|
||||
tag: "EP",
|
||||
format: "wav",
|
||||
bitrate: "lossless",
|
||||
description: "A fusion of progressive rock and electronic elements, exploring the intersection of organic and synthetic sounds. Features vintage synthesizers and modern production.",
|
||||
songs: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user