Skip to content

Commit fa2b2c0

Browse files
committed
Add songs
1 parent 1014255 commit fa2b2c0

File tree

4 files changed

+729
-4
lines changed

4 files changed

+729
-4
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function Home() {
9090
{preset.origin.artist.title}
9191
</div>
9292
<div className="text-sm text-gray-200 mb-2 truncate">
93-
{preset.origin.song}
93+
{preset.origin.song}{preset.origin.part}
9494
</div>
9595
<div className="text-xs text-gray-500">
9696
{preset.createdAt && formatDate(preset.createdAt)}

data/artists.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,17 @@
370370
"title": "Mor Ve Otesi",
371371
"slug": "mor-ve-otesi",
372372
"description": "Mor ve Ötesi are a Turkish alternative rock band known for melodic guitar work, introspective lyrics, and a modern rock sound with strong emotional depth."
373+
},
374+
{
375+
"id": 63,
376+
"title": "Living End",
377+
"slug": "living-end",
378+
"description": "The Living End are an Australian punk rock band known for high-energy songs, driving bass lines, and a blend of punk, rockabilly, and alternative rock influences."
379+
},
380+
{
381+
"id": 64,
382+
"title": "Steve Lukather",
383+
"slug": "steve-lukather",
384+
"description": "Steve Lukather is a renowned guitarist and songwriter, best known for his work with Toto, combining technical precision, melodic solos, and versatile session work."
373385
}
374386
]

0 commit comments

Comments
 (0)