final updated

This commit is contained in:
2025-03-28 09:47:57 +08:00
parent c1e33928e3
commit 16e8bedc2d
10 changed files with 123 additions and 110 deletions

View File

@@ -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'