Untitled
unknown
plain_text
a year ago
6.3 kB
7
Indexable
import { team1, team2, team3, team4, team5, team6 } from "../../../../assets/imagePath";
const performanceData =[
{
"img": "artistPerformance/performance16.jpg",
"date": "26th January 2025",
"artist": "Jacqueline Fernandez, Krushna & Kiku",
"matches": [
{
"team1Img": team4,
"team2Img": team3
}
],
"link": ""
},
{
"img": "artistPerformance/performance17.jpg",
"date": "27th January 2025",
"artist": "Sonu Nigam",
"matches": [
{
"team1Img": team1,
"team2Img": team6
},
{
"team1Img": team5,
"team2Img": team2
}
],
"link": ""
},
{
"img": "artistPerformance/performance18.jpg",
"date": "28th January 2025",
"artist": "Emiway Bantai",
"matches": [
{
"team1Img": team6,
"team2Img": team4
},
{
"team1Img": team2,
"team2Img":team1
}
],
"link": ""
},
{
"img": "artistPerformance/performance19.jpg",
"date": "30th January 2025",
"artist": "Kanika Kapoor",
"matches": [
{
"team1Img": team1,
"team2Img": team5
},
{
"team1Img": team6,
"team2Img": team3
}
],
"link": ""
},
{
"img": "artistPerformance/performance20.jpg",
"date": "31st January 2025",
"artist": "Mika Singh",
"matches": [
{
"team1Img": team5,
"team2Img": team4
},
{
"team1Img": team3,
"team2Img": team1
}
],
"link": ""
},
{
"img": "artistPerformance/artistPerformance/performance1.jpg",
"date": "1st February 2025",
"artist": "Sukriti & Prakriti",
"matches": [
{
"team1Img": team2,
"team2Img": team6
},
{
"team1Img": team4,
"team2Img": team1
}
],
"link": ""
},
{
"img": "artistPerformance/performance2.jpg",
"date": "2nd February 2025",
"artist": "Rito Riba",
"matches": [
{
"team1Img": team6,
"team2Img": team5
},
{
"team1Img": team2,
"team2Img": team3
}
],
"link": ""
},
{
"img": "artistPerformance/performance3.jpg",
"date": "3rd February 2025",
"artist": "Jubin Nautiyal",
"matches": [
{
"team1Img": team1,
"team2Img": team3
},
{
"team1Img": team5,
"team2Img": team2
}
],
"link": ""
},
{
"img": "artistPerformance/performance4.jpg",
"date": "4th February 2025",
"artist": "Meet Bros",
"matches": [
{
"team1Img": team4,
"team2Img": team6
},
{
"team1Img": team3,
"team2Img": team5
}
],
"link": ""
},
{
"img": "artistPerformance/performance5.jpg",
"date": "5th February 2025",
"artist": "Akhil Sachdeva",
"matches": [
{
"team1Img": team2,
"team2Img": team1
},
{
"team1Img": team1,
"team2Img": team5
}
],
"link": ""
},
{
"img": "artistPerformance/performance6.jpg",
"date": "6th February 2025",
"artist": "Palak Muchhal",
"matches": [
{
"team1Img": team4,
"team2Img": team2
},
{
"team1Img": team6,
"team2Img": team4
}
],
"link": ""
},
{
"img": "artistPerformance/performance7.jpg",
"date": "7th February 2025",
"artist": "Neeti Mohan",
"matches": [
{
"team1Img": team6,
"team2Img": team3
},
{
"team1Img": team5,
"team2Img": team4
}
],
"link": ""
},
{
"img": "artistPerformance/performance8.jpg",
"date": "8th February 2025",
"artist": "Juggy D",
"matches": [
{
"team1Img": team3,
"team2Img": team1
},
{
"team1Img": team2,
"team2Img": team6
}
],
"link": ""
},
{
"img": "artistPerformance/performance9.jpg",
"date": "9th February 2025",
"artist": "Nikhita Gandhi",
"matches": [
{
"team1Img": team4,
"team2Img": team1
},
{
"team1Img": team6,
"team2Img": team5
}
],
"link": ""
},
{
"img": "artistPerformance/performance10.jpg",
"date": "10th February 2025",
"artist": "Sachin & Jigar, Kailash Kher",
"matches": [
{
"team1Img": team2,
"team2Img": team3
}
],
"link": ""
},
// {
// "img": "artistPerformance/performance19.jpg",
// "date": "11th February 2025",
// "artist": "",
// "matches": "Rest Day",
// "link": ""
// },
{
"img": "artistPerformance/performance11.jpg",
"date": "12th February 2025",
"artist": "Adnan Sami",
"matches": "Qualifier 1",
"link": ""
},
{
"img": "artistPerformance/performance12.jpg",
"date": "13th February 2025",
"artist": "Nakash Aziz",
"matches": "Eliminator",
"link": ""
},
{
"img": "artistPerformance/performance13.jpg",
"date": "14th February 2025",
"artist": "Mithoon Sharma",
"matches": "Qualifier 2",
"link": ""
},
{
"img": "artistPerformance/performance14.jpg",
"date": "15th February 2025",
"artist": "B Praak, DJ Chetas",
"matches": "Final",
"link": ""
}
]
export default performanceData;Editor is loading...
Leave a Comment