@@ -22,69 +22,71 @@ export const AppFooter: React.FC = (props) => {
2222 } ;
2323
2424 return (
25- < div className = "container" >
26- < div className = "app-footer" >
27- < div className = "first-row" >
28- < div className = "footer-column" >
29- < div className = "title" >
30- { t ( 'bellvie' ) }
25+ < div className = "appfooter" >
26+ < div className = "container" >
27+ < div className = "appfooter__content" >
28+ < div className = "appfooter__firstrow" >
29+ < div className = "appfooter__column" >
30+ < div className = "appfooter__title" >
31+ { t ( 'bellvie' ) }
32+ </ div >
33+ < div className = "appfooter__txt" >
34+ { t ( 'footer-1-content' ) }
35+ </ div >
3136 </ div >
32- < div className = "content" >
33- { t ( 'footer-1-content' ) }
37+ < div className = "appfooter__column" >
38+ < div className = "appfooter__title" >
39+ { t ( 'assistance' ) }
40+ </ div >
41+ < div className = "appfooter__txt" >
42+ < Link to = { linkTo . aboutus } >
43+ { t ( 'about-us' ) }
44+ </ Link >
45+ < Link to = { linkTo . contactus } >
46+ { t ( 'contact' ) }
47+ </ Link >
48+ < Link to = { linkTo . shippingreturns } >
49+ { t ( 'shipping-and-returns' ) }
50+ </ Link >
51+ < Link to = { linkTo . termsandconditions } >
52+ { t ( 'terms-and-conditions' ) }
53+ </ Link >
54+ </ div >
3455 </ div >
35- </ div >
36- < div className = "footer-column " >
37- < div className = "title" >
38- { t ( 'assistance' ) }
39- </ div >
40- < div className = "content" >
41- < Link to = { linkTo . aboutus } >
42- { t ( 'about-us ' ) }
43- </ Link >
44- < Link to = { linkTo . contactus } >
45- { t ( 'contact' ) }
46- </ Link >
47- < Link to = { linkTo . shippingreturns } >
48- { t ( 'shipping-and-returns ' ) }
49- </ Link >
50- < Link to = { linkTo . termsandconditions } >
51- { t ( 'terms-and-conditions' ) }
52- </ Link >
56+ < div className = "appfooter__column appfooter__social" >
57+ < div className = "appfooter__title " >
58+ { t ( 'find-us-online' ) }
59+ </ div >
60+ < div className = "appfooter__txt" >
61+ < Link to = { linkTo . shareFacebook } aria-label = { t ( 'share-facebook' ) } >
62+ < FacebookIcon className = "appfooter__icon" / >
63+ { t ( 'facebook ' ) }
64+ </ Link >
65+ < Link to = { linkTo . shareTwitter } aria-label = { t ( 'share-twitter' ) } >
66+ < TwitterIcon className = "appfooter__icon" />
67+ { t ( 'twitter' ) }
68+ </ Link >
69+ < Link to = { linkTo . shareInstagram } aria-label = { t ( 'share-instagram ' ) } >
70+ < InstagramIcon className = "appfooter__icon" / >
71+ { t ( 'instagram' ) }
72+ </ Link >
73+ </ div >
5374 </ div >
5475 </ div >
55- < div className = "footer-column social " >
56- < div className = "title " >
76+ < div className = "appfooter__secondrow " >
77+ < div className = "appfooter__title " >
5778 { t ( 'find-us-online' ) }
5879 </ div >
59- < div className = "content" >
60- < Link to = { linkTo . shareFacebook } aria-label = { t ( 'share-facebook' ) } >
61- < FacebookIcon className = "share-icon" />
62- { t ( 'facebook' ) }
63- </ Link >
64- < Link to = { linkTo . shareTwitter } aria-label = { t ( 'share-twitter' ) } >
65- < TwitterIcon className = "share-icon" />
66- { t ( 'twitter' ) }
67- </ Link >
68- < Link to = { linkTo . shareInstagram } aria-label = { t ( 'share-instagram' ) } >
69- < InstagramIcon className = "share-icon" />
70- { t ( 'instagram' ) }
71- </ Link >
72- </ div >
73- </ div >
74- </ div >
75- < div className = "second-row" >
76- < div className = "title" >
77- { t ( 'find-us-online' ) }
80+ < Link to = { linkTo . shareFacebook } aria-label = { t ( 'share-facebook' ) } >
81+ < FacebookIcon className = "appfooter__icon" />
82+ </ Link >
83+ < Link to = { linkTo . shareTwitter } aria-label = { t ( 'share-twitter' ) } >
84+ < TwitterIcon className = "appfooter__icon" />
85+ </ Link >
86+ < Link to = { linkTo . shareInstagram } aria-label = { t ( 'share-instagram' ) } >
87+ < InstagramIcon className = "appfooter__icon" />
88+ </ Link >
7889 </ div >
79- < Link to = { linkTo . shareFacebook } aria-label = { t ( 'share-facebook' ) } >
80- < FacebookIcon className = "share-icon" />
81- </ Link >
82- < Link to = { linkTo . shareTwitter } aria-label = { t ( 'share-twitter' ) } >
83- < TwitterIcon className = "share-icon" />
84- </ Link >
85- < Link to = { linkTo . shareInstagram } aria-label = { t ( 'share-instagram' ) } >
86- < InstagramIcon className = "share-icon" />
87- </ Link >
8890 </ div >
8991 </ div >
9092 </ div >
0 commit comments