11import React from 'react' ;
22import { Row , Col } from 'reactstrap' ;
3- import Banner from '../../assets/images/home/banner.png' ;
4- import BannerMob from '../../assets/images/home/banner_mb.png' ;
53import Santa from '../../assets/images/home/santa.png' ;
64import Media from 'react-media' ;
75
@@ -11,12 +9,23 @@ const HomePageBanner = () => {
119 { matches =>
1210 matches ? (
1311 < section className = "bg-light-gray justify-content-center" >
14- < img src = { BannerMob } alt = "banner-mobile" />
15-
16- < div className = "text-center" >
12+ < div className = "banner-wrapper-mb" >
13+ < h2 className = "font-weight-bold text-white" >
14+ INNOVATION & DISRUPTION
15+ </ h2 >
16+ < h5 className = "font-weight-bold text-white" >
17+ is the way We change the Game
18+ </ h5 >
19+ < a href = "/contact_us" className = "btn btn-xs btn-danger rounded-pill mb-1 btn-banner-contact-us" >
20+ Contact us
21+ </ a >
22+ < h6 className = "text-white" >
23+ to change yours
24+ </ h6 >
25+ </ div >
26+ < div className = "text-center banner-text" style = { { marginTop : '-4px' } } >
1727 < img src = { Santa } alt = "santa-mobile" />
1828 </ div >
19-
2029 < Row className = "justify-content-center m-auto p-md-3" >
2130 < Col >
2231 < p className = "text-center disruption-margin" >
@@ -29,23 +38,22 @@ const HomePageBanner = () => {
2938 </ section >
3039 ) : (
3140 < section className = "bg-light-gray justify-content-center" >
32- < img src = { Banner } alt = "banner" />
33- < div className = "text-center" >
41+ < div className = "banner-wrapper" >
3442 < h2 className = "font-weight-bold text-white" >
3543 INNOVATION & DISRUPTION
3644 </ h2 >
37- < h5 className = "text-white" >
45+ < h5 className = "font-weight-bold text-white" >
3846 is the way We change the Game
3947 </ h5 >
40- < a href = "/contact_us" className = "btn btn-danger rounded-pill btn-xs " >
48+ < a href = "/contact_us" className = "btn btn-danger rounded-pill mb-1 btn-banner-contact-us " >
4149 Contact us
4250 </ a >
4351 < h6 className = "text-white" >
4452 to change yours
4553 </ h6 >
4654 </ div >
47- < div className = "text-center" >
48- < img src = { Santa } alt = "santa-mobile " />
55+ < div className = "text-center" style = { { marginTop : '-4px' } } >
56+ < img src = { Santa } alt = "santa" />
4957 </ div >
5058 < Row className = "justify-content-center m-auto p-md-3" >
5159 < Col >
0 commit comments