-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcongif.js
More file actions
62 lines (60 loc) · 1.68 KB
/
Copy pathcongif.js
File metadata and controls
62 lines (60 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
import img1 from "../assets/images/img1.png";
import img2 from "../assets/images/img2.png";
import img3 from "../assets/images/img3.png";
import img4 from "../assets/images/img4.png";
import img5 from "../assets/images/img5.png";
import img6 from "../assets/images/img6.png";
import artist1 from "../assets/images/artist1.png";
import artist2 from "../assets/images/artist2.png";
import artist3 from "../assets/images/artist3.png";
import artist4 from "../assets/images/artist4.png";
import artist5 from "../assets/images/artist5.png";
import artist6 from "../assets/images/artist6.png";
import musicFile from '../assets/audio/1.mp3'
export const TrendingCardData = [
{
imgSrc: img1,
heading: "Shree Hanuman Chalisa",
subHeading: "Hariharan",
musicFile: musicFile,
},
{
imgSrc: img2,
heading: "Keejo Kesari Ke Lal",
subHeading: "Lakhbir Singh Lakha",
musicFile: musicFile,
},
{
imgSrc: img3,
heading: "Pal Pal",
subHeading: "Afusic, AliSoomroMusic",
musicFile: musicFile,
},
{
imgSrc: img4,
heading: "Shree Hanuman Chalisa",
subHeading: "Hariharan",
musicFile: musicFile,
},
{
imgSrc: img5,
heading: "Keejo Kesari Ke Lal",
subHeading: "Lakhbir Singh Lakha",
musicFile: musicFile,
},
{
imgSrc: img6,
heading: "Pal Pal",
subHeading: "Afusic, AliSoomroMusic",
musicFile: musicFile,
},
];
export const artistList = [
{ img: artist1, name: "Pritam" },
{ img: artist2, name: "Arijit Singh" },
{ img: artist3, name: "A.R. Rehman" },
{ img: artist4, name: "Sachin-Jigar" },
{ img: artist5, name: "Vishal-shekhar" },
{ img: artist6, name: "Atif Aslam" },
{ img: artist1, name: "Pritam" },
];