diff --git a/src/components/local_radio/index.tsx b/src/components/local_radio/index.tsx
index ae577a9..27c924c 100644
--- a/src/components/local_radio/index.tsx
+++ b/src/components/local_radio/index.tsx
@@ -1,7 +1,90 @@
export function LocalRadio() {
return (
-
-
Local Radio
+
+
Local Radio
+
+
+ {dummyData.map(x => (
+
+
+
{x.title}
+
+ ))}
+
)
}
+
+const dummyData = [
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ }
+]
+
diff --git a/src/components/music_player/index.tsx b/src/components/music_player/index.tsx
index 17f7838..e6ac5b5 100644
--- a/src/components/music_player/index.tsx
+++ b/src/components/music_player/index.tsx
@@ -1,6 +1,6 @@
export function MusicPlayer() {
return (
-
+
+
Recommended For You
+
+
+ {dummyData.map(x => (
+
+
+
{x.title}
+
+ ))}
+
)
}
+
+const dummyData = [
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+ {
+ location: 'Florida, USA',
+ title: '93.3 FLZ',
+ image: 'https://thispersondoesnotexist.com'
+ },
+]
+