ui updated
This commit is contained in:
@@ -152,6 +152,25 @@ function Advantages() {
|
|||||||
src={item.image}
|
src={item.image}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{item.id === 3 ? (
|
||||||
|
<>
|
||||||
|
<Text
|
||||||
|
mt={{ base: '-70px', sm: '-70px', md: '-45px', lg: '-75px', xl: '-75px' }}
|
||||||
|
className='font-melle font-xbold'
|
||||||
|
fontWeight={400}
|
||||||
|
color='white'
|
||||||
|
fontSize={{ base: '9vw', sm: '4xl', md: '3xl', lg: '5xl', xl: '5xl' }}
|
||||||
|
>
|
||||||
|
{item.title}
|
||||||
|
</Text>
|
||||||
|
<Image
|
||||||
|
mt={{ base: '-15px', sm: '-15px', md: '-15px', lg: '-25px', xl: '-25px' }}
|
||||||
|
h={{ base: '18vw', sm: '80px', md: '60px', lg: '80px', xl: '80px' }}
|
||||||
|
src={item.titleImage2}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
<Image
|
<Image
|
||||||
mt={{ base: '-70px', sm: '-70px', md: '-30px', lg: '-50px', xl: '-50px' }}
|
mt={{ base: '-70px', sm: '-70px', md: '-30px', lg: '-50px', xl: '-50px' }}
|
||||||
h={{ base: '18vw', sm: '80px', md: '60px', lg: '80px', xl: '80px' }}
|
h={{ base: '18vw', sm: '80px', md: '60px', lg: '80px', xl: '80px' }}
|
||||||
@@ -167,6 +186,8 @@ function Advantages() {
|
|||||||
>
|
>
|
||||||
{item.title}
|
{item.title}
|
||||||
</Text>
|
</Text>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
<Image
|
<Image
|
||||||
h={{ base: item.id != 4 ? '50vw' : '70vw', sm: item.id != 4 ? '200px' : '300px', md: item.id != 4 ? '180px' : '280px', lg: item.id != 4 ? '200px' : '300px', xl: item.id != 4 ? '200px' : '300px' }}
|
h={{ base: item.id != 4 ? '50vw' : '70vw', sm: item.id != 4 ? '200px' : '300px', md: item.id != 4 ? '180px' : '280px', lg: item.id != 4 ? '200px' : '300px', xl: item.id != 4 ? '200px' : '300px' }}
|
||||||
src={item.titleImage}
|
src={item.titleImage}
|
||||||
|
|||||||
Reference in New Issue
Block a user