@@ -27,7 +27,7 @@ const MainFooter = () => {
2727 ] ;
2828 return (
2929 < div className = "bg-primaryBlue" >
30- < div className = "flex flex-wrap items-center justify-between p-4 lg:px-20 lg:py-6" >
30+ < div className = "flex items-center justify-between p-4 lg:px-20 lg:py-6" >
3131 < div className = "flex gap-6 uppercase" >
3232 < Link href = { '/about-us' } >
3333 < Text color = "onBgDefault" > About Us</ Text >
@@ -36,17 +36,7 @@ const MainFooter = () => {
3636 < Text color = "onBgDefault" > Contact Us</ Text >
3737 </ Link >
3838 </ div >
39- < div className = "flex items-center gap-2 text-white" >
40- < Text color = "onBgDefault" > made by</ Text >
41- < Link
42- href = { 'https://www.civicdatalab.in' }
43- target = "_blank"
44- className = "h-8 w-8"
45- >
46- < Image src = { '/cdl.svg' } width = { 28 } height = { 28 } alt = "CDL logo" />
47- </ Link >
48- </ div >
49- < div className = "flex gap-3" >
39+ < div className = "flex gap-3 absolute left-1/2 transform -translate-x-1/2" >
5040 { socialMedia . map ( ( item , index ) => (
5141 < Link
5242 key = { index }
@@ -62,6 +52,17 @@ const MainFooter = () => {
6252 </ Link >
6353 ) ) }
6454 </ div >
55+ < div className = "flex items-center text-white" >
56+ < Text color = "onBgDefault" > Made in India. A DataSpace product by</ Text >
57+ < Link
58+ href = { 'https://www.civicdatalab.in' }
59+ target = "_blank"
60+ className = "flex items-center gap-2 ml-1"
61+ >
62+ < Text color = "onBgDefault" > CivicDataLab</ Text >
63+ < Image src = { '/cdl.svg' } width = { 40 } height = { 40 } alt = "CDL logo" />
64+ </ Link >
65+ </ div >
6566 </ div >
6667 </ div >
6768 ) ;
0 commit comments