Skip to content

Commit 0f90938

Browse files
authored
added more genres like AI-Generated to Marketplace
1 parent d934755 commit 0f90938

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

frontend/src/components/AudioMarketplace.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const AudioMarketplace: React.FC = () => {
5959
useEffect(() => {
6060
const D = ['Decentralized', 'Digital', 'Dynamic', 'Distributed', 'Direct', 'Diverse', 'Dual', 'Deeply', 'Dope', 'Driven'];
6161
const I = ['Independent', 'Innovative', 'Indie', 'Inspired', 'Interactive', 'Iconic', 'Inclusive', 'Infinite', 'Intuitive', 'Intense'];
62-
const G = ['Groove', 'Genre', 'Glorious', 'Gathering', 'Growth', 'Genius'];
62+
const G = ['Groove', 'Genre', 'Glorious', 'Gathering', 'Gratuity', 'Guild', 'Gallant', 'Growth', 'Genius'];
6363
const M = ['Marketplace', 'Machine', 'Media', 'Music', 'Movement', 'Mining', 'Mission', 'Model', 'Matrix', 'Magic'];
6464

6565
// Safety check: reset any out-of-bounds indices
@@ -289,9 +289,10 @@ const AudioMarketplace: React.FC = () => {
289289
};
290290

291291
const availableGenres = [
292-
'All Genres', 'Electronic', 'Hip Hop', 'Rock', 'Pop', 'Jazz', 'Classical',
293-
'Country', 'R&B', 'Reggae', 'Folk', 'Blues', 'Metal', 'Ambient', 'Techno',
294-
'House', 'Drum & Bass', 'Trap', 'Lo-fi'
292+
'All Genres', 'AI-Generated', 'Acoustic', 'Ambient', 'Americana', 'Alternative', 'Blues', 'Bluegrass', 'Country', 'Classical',
293+
'Dance', 'Drums & Bass','Electronic','Experimental', 'Folk', 'Gospel', 'Guitar & Drums', 'Hip Hop', 'Holiday', 'House',
294+
'Industrial', 'Instrumental', 'Jazz', 'Jam Band', 'J-pop', 'K-pop', 'Latin', 'Lo-fi', 'Metal', 'New Age', 'Opera', 'Pop',
295+
'Punk', 'R&B Soul', 'Reggae', 'Rock', 'Ska', 'Techno', 'Trap', 'Vocals', 'Singer-Songwriter', 'Soundtrack', 'World'
295296
];
296297

297298
return (
@@ -354,7 +355,7 @@ const AudioMarketplace: React.FC = () => {
354355
}`}>
355356
<span className="gradient-text">
356357
{(() => {
357-
const G = ['Groove', 'Genre', 'Gateway', 'Gathering', 'Growth', 'Genius'];
358+
const G = ['Groove', 'Genre', 'Gallant', 'Gratuity','Gateway', 'Guild', 'Gathering', 'Growth', 'Genius'];
358359
return G[currentG];
359360
})()}
360361
</span>

0 commit comments

Comments
 (0)