Merge pull request 'changed: buttons and animation for the block' (#2) from add-pages into dev
Reviewed-on: #2
This commit is contained in:
commit
adee43d2d6
@ -68,7 +68,7 @@ export const AboutSection = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
data-aos='fade-left'
|
data-aos='fade-up'
|
||||||
className='relative h-[400px] overflow-hidden rounded-xl shadow-xl'
|
className='relative h-[400px] overflow-hidden rounded-xl shadow-xl'
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
|
|||||||
@ -14,7 +14,7 @@ export const CtaSection = () => {
|
|||||||
</p>
|
</p>
|
||||||
<div className='flex flex-col gap-4 sm:flex-row'>
|
<div className='flex flex-col gap-4 sm:flex-row'>
|
||||||
<Button variant='outline'>Скачать приложение</Button>
|
<Button variant='outline'>Скачать приложение</Button>
|
||||||
<Button className='bg-white text-red-600 hover:bg-gray-100'>
|
<Button variant='secondary'>
|
||||||
Получить карту лояльности
|
Получить карту лояльности
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -29,9 +29,7 @@ export const HeroSection = () => {
|
|||||||
<Button className='bg-red-600 hover:bg-red-700'>
|
<Button className='bg-red-600 hover:bg-red-700'>
|
||||||
Найти заправку <MapPin className='ml-2 h-4 w-4' />
|
Найти заправку <MapPin className='ml-2 h-4 w-4' />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button variant='outline'
|
||||||
variant='outline'
|
|
||||||
className='border-white text-white hover:bg-white/10'
|
|
||||||
>
|
>
|
||||||
Узнать больше
|
Узнать больше
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user