final updated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Stack, Image, Text, Flex, Link } from '@chakra-ui/react'
|
||||
import { Stack, Image, Text, Flex, Link } from '@chakra-ui/react'
|
||||
import { colors } from '../colors';
|
||||
import { useEffect, useRef } from 'react';
|
||||
import { motion, useInView } from 'framer-motion'
|
||||
@@ -104,10 +104,10 @@ function Salespoint() {
|
||||
w='250px'
|
||||
justify={'flex-end'}
|
||||
>
|
||||
<Link href={image.link}>
|
||||
<Image src={image.image} cursor="pointer" fit={'contain'}
|
||||
loading="lazy" />
|
||||
</Link>
|
||||
{/* <Link href={image.link}> */}
|
||||
<Image src={image.image} cursor="pointer" fit={'contain'}
|
||||
loading="lazy" />
|
||||
{/* </Link> */}
|
||||
</Stack>
|
||||
</motion.div>
|
||||
))}
|
||||
@@ -152,7 +152,7 @@ function Salespoint() {
|
||||
_focus={{ outline: 'none', boxShadow: 'none' }}
|
||||
_active={{ outline: 'none', boxShadow: 'none' }}>
|
||||
<Image
|
||||
src={'/images/facebook_2.webp'}
|
||||
src={'/images/facebook.webp'}
|
||||
alt="salespoint"
|
||||
w={"400px"}
|
||||
loading='lazy'
|
||||
|
||||
Reference in New Issue
Block a user