@@ -62,7 +62,7 @@ const HomePage: React.FunctionComponent = () => {
6262 { /* eslint-disable-next-line no-return-assign */ }
6363 < div className = "section section-3 container" >
6464 < div className = "sub-section" >
65- < img className = "small-image" alt = "home-espot-2" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot2FileName ) } onError = { ( e ) => { e . target . src = homeEspot2 ; } } />
65+ < img className = "small-image" alt = "home-espot-2" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot2FileName ) } onError = { ( e : any ) => { e . target . src = homeEspot3 ; } } />
6666 < div className = "text-block" >
6767 < span className = "line line-1" >
6868 { intl . get ( 'home-sub-espot-container2-first-line' ) }
@@ -74,9 +74,9 @@ const HomePage: React.FunctionComponent = () => {
7474 </ div >
7575 </ div >
7676 < div className = "section-parallax section-parallax-1 container" data-region = "homeMainContentRegion" >
77- < Parallax y = { [ - 50 , 10 ] } tag = "figure" >
77+ < Parallax y = { [ - 50 , 10 ] } tagOuter = "figure" >
7878 < div className = "parallax-image-container" >
79- < img className = "parallax-image" alt = "home-espot-1" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspotParallax1FileName ) } onError = { ( e ) => { e . target . src = homeEspotParallax1 ; } } />
79+ < img className = "parallax-image" alt = "home-espot-1" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspotParallax1FileName ) } onError = { ( e : any ) => { e . target . src = homeEspot3 ; } } />
8080 </ div >
8181 </ Parallax >
8282 < div className = "sub-section" >
@@ -92,7 +92,7 @@ const HomePage: React.FunctionComponent = () => {
9292 </ div >
9393 < div className = "section section-4 container" >
9494 < div className = "sub-section" >
95- < img className = "small-image image-1" alt = "home-espot-3" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot3FileName ) } onError = { ( e ) => { e . target . src = homeEspot3 ; } } />
95+ < img className = "small-image image-1" alt = "home-espot-3" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot3FileName ) } onError = { ( e : any ) => { e . target . src = homeEspot3 ; } } />
9696 < div className = "text-block" >
9797 < span className = "line line-1" >
9898 { intl . get ( 'home-sub-espot-container3-first-line' ) }
@@ -101,12 +101,12 @@ const HomePage: React.FunctionComponent = () => {
101101 { intl . get ( 'home-sub-espot-container3-second-line' ) }
102102 </ span >
103103 </ div >
104- < img className = "small-image image-2" alt = "home-espot-3" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot3FileName ) } onError = { ( e ) => { e . target . src = homeEspot3 ; } } />
104+ < img className = "small-image image-2" alt = "home-espot-3" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot3FileName ) } onError = { ( e : any ) => { e . target . src = homeEspot3 ; } } />
105105 </ div >
106106 </ div >
107107 < div className = "section section-5 container" >
108108 < div className = "sub-section" >
109- < img className = "small-image" alt = "home-espot-4" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot4FileName ) } onError = { ( e ) => { e . target . src = homeEspot4 ; } } />
109+ < img className = "small-image" alt = "home-espot-4" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspot4FileName ) } onError = { ( e : any ) => { e . target . src = homeEspot4 ; } } />
110110 < div className = "text-block" >
111111 < span className = "line line-1" >
112112 { intl . get ( 'home-sub-espot-container4-first-line' ) }
@@ -118,9 +118,9 @@ const HomePage: React.FunctionComponent = () => {
118118 </ div >
119119 </ div >
120120 < div className = "section-parallax section-parallax-2 container" data-region = "homeMainContentRegion" >
121- < Parallax y = { [ 10 , - 30 ] } tag = "figure" >
121+ < Parallax y = { [ 10 , - 30 ] } tagOuter = "figure" >
122122 < div className = "parallax-image-container" >
123- < img className = "parallax-image" alt = "home-espot-1" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspotParallax2FileName ) } onError = { ( e ) => { e . target . src = homeEspotParallax2 ; } } />
123+ < img className = "parallax-image" alt = "home-espot-1" src = { Config . siteImagesUrl . replace ( '%fileName%' , homeEspotParallax2FileName ) } onError = { ( e : any ) => { e . target . src = homeEspotParallax2 ; } } />
124124 </ div >
125125 </ Parallax >
126126 < div className = "sub-section" >
0 commit comments