@@ -8,13 +8,76 @@ import fourth from "../../../assets/images/carousel/4.JPG";
88import dshack1 from "../../../assets/images/carousel/dshack1.jpg" ;
99import dshack2 from "../../../assets/images/carousel/dshack2.jpg" ;
1010import dshack3 from "../../../assets/images/carousel/dshack3.jpg" ;
11+ import shardeum1 from "../../../assets/images/carousel/Shardeum1.jpg" ;
12+ import shardeum2 from "../../../assets/images/carousel/shardeum2.jpg" ;
13+ import shardeum3 from "../../../assets/images/carousel/shardeum3.jpg" ;
1114
1215
1316import "./Carousel.css" ;
1417
1518const CarouselEvents = ( ) => {
1619 return (
1720 < Carousel autoPlay showArrows = { true } >
21+ < div >
22+ < img src = { shardeum1 } alt = "shardeum1" />
23+ < p
24+ className = "legend d-none d-sm-block"
25+ style = { {
26+ backgroundColor : "#232323" ,
27+ fontWeight : "400" ,
28+ textTransform : "uppercase" ,
29+ fontSize : "12px" ,
30+ } }
31+ >
32+ Proof of Community 2023 < br />
33+ < span
34+ className = "text-muted"
35+ style = { { fontWeight : "700" , fontSize : "10px" } }
36+ >
37+ 30TH JANUARY, 2023
38+ </ span >
39+ </ p >
40+ </ div >
41+ < div >
42+ < img src = { shardeum2 } alt = "shardeum2" />
43+ < p
44+ className = "legend d-none d-sm-block"
45+ style = { {
46+ backgroundColor : "#232323" ,
47+ fontWeight : "400" ,
48+ textTransform : "uppercase" ,
49+ fontSize : "12px" ,
50+ } }
51+ >
52+ Proof of Community 2023 < br />
53+ < span
54+ className = "text-muted"
55+ style = { { fontWeight : "700" , fontSize : "10px" } }
56+ >
57+ 30TH JANUARY, 2023
58+ </ span >
59+ </ p >
60+ </ div >
61+ < div >
62+ < img src = { shardeum3 } alt = "shardeum3" />
63+ < p
64+ className = "legend d-none d-sm-block"
65+ style = { {
66+ backgroundColor : "#232323" ,
67+ fontWeight : "400" ,
68+ textTransform : "uppercase" ,
69+ fontSize : "12px" ,
70+ } }
71+ >
72+ Proof of Community 2023 < br />
73+ < span
74+ className = "text-muted"
75+ style = { { fontWeight : "700" , fontSize : "10px" } }
76+ >
77+ 30TH JANUARY, 2023
78+ </ span >
79+ </ p >
80+ </ div >
1881 < div >
1982 < img src = { dshack1 } alt = "dshack1" />
2083 < p
0 commit comments