+
+
Popular
+
+ {dummyData.map(x => (
+
+
+
{x.title}
+
{x.location}
+
+ ))}
+
)
}
+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'
+ },
+]
+