Skip to content

Commit 9b0f0f3

Browse files
committed
Update latest presets to include four items on the home page, add Iron Maiden to artists.json, and introduce new guitar presets for "Fear of the Dark" with detailed rig settings in presets.json and generations.json.
1 parent 80fa910 commit 9b0f0f3

File tree

4 files changed

+736
-2
lines changed

4 files changed

+736
-2
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const latestPresets = [...presets]
1515
const dateB = new Date(b.createdAt).getTime();
1616
return dateB - dateA; // Сортировка по убыванию (новые первыми)
1717
})
18-
.slice(0, 2);
18+
.slice(0, 4);
1919

2020
export const metadata: Metadata = {
2121
title:

data/artists.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,11 @@
160160
"title": "Hatebreed",
161161
"slug": "hatebreed",
162162
"description": "Hatebreed is an American hardcore/metalcore band known for its aggressive sound, powerful riffs, and relentless energy. Their music blends hardcore intensity with metal precision, shaping the modern heavy scene."
163+
},
164+
{
165+
"id": 28,
166+
"title": "Iron Maiden",
167+
"slug": "iron-maiden",
168+
"description": "Iron Maiden is a legendary British heavy metal band known for its galloping riffs, powerful vocals, and epic storytelling. Their iconic sound shaped the evolution of metal worldwide."
163169
}
164170
]

0 commit comments

Comments
 (0)