add: added links for social networks

This commit is contained in:
khadiatullo 2025-05-03 13:48:34 +03:00
parent 87e2cbf1f2
commit 3c2d5834b2

View File

@ -20,7 +20,7 @@ export const Footer = () => {
</div>
<p className='mb-4 text-gray-400'>{t('home.hero.description')}</p>
<div className='flex space-x-4'>
<a href='#' className='text-gray-400 hover:text-white'>
<a href={t('social.facebook')} target='_blank' className='text-gray-400 hover:text-white'>
<svg
className='h-6 w-6'
fill='currentColor'
@ -34,7 +34,7 @@ export const Footer = () => {
/>
</svg>
</a>
<a href='#' className='text-gray-400 hover:text-white'>
<a href={t('social.instagram')} target='_blank' className='text-gray-400 hover:text-white'>
<svg
className='h-6 w-6'
fill='currentColor'
@ -48,16 +48,6 @@ export const Footer = () => {
/>
</svg>
</a>
<a href='#' className='text-gray-400 hover:text-white'>
<svg
className='h-6 w-6'
fill='currentColor'
viewBox='0 0 24 24'
aria-hidden='true'
>
<path d='M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84' />
</svg>
</a>
</div>
</div>
</div>