change: changed hero-section and footer

This commit is contained in:
khadiatullo 2025-04-26 21:48:32 +03:00
parent e587c1690d
commit b50fff6411
3 changed files with 4 additions and 4 deletions

View File

@ -135,7 +135,7 @@ export const Footer = () => {
className='w-full rounded-md border border-gray-700 bg-gray-800 px-4 py-2 text-white'
/>
<Button className='w-full bg-red-600 hover:bg-red-700 heartbeat'>
Подписаться
{t('common.footer.subscribe')}
</Button>
</form>
</div>

View File

@ -26,7 +26,7 @@ export const HeroSection = () => {
<div className='max-w-lg space-y-4 text-white'>
<div className='tracking-in-expand'>
<h1 className='text-4xl font-bold tracking-tight sm:text-5xl md:text-6xl'>
Сеть современных заправок в Таджикистане
{t('home.hero.title')}
</h1>
</div>
<p className='text-lg text-gray-200'>
@ -39,7 +39,7 @@ export const HeroSection = () => {
</Button>
<Button variant='outline' className='animate-pulse'
>
Узнать больше
{t('common.buttons.learnMore')}
</Button>
</div>
</div>

View File

@ -80,7 +80,7 @@ module.exports = {
from: { height: 'var(--radix-accordion-content-height)' },
to: { height: '0' },
},
'caret-blink11': {
'caret-blink': {
'0%,70%,100%': { opacity: '1' },
'20%,50%': { opacity: '0' },
},