added link

This commit is contained in:
2025-07-16 12:57:39 +08:00
parent 16e8bedc2d
commit bccf1027dc
5 changed files with 65 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ function Salespoint() {
const shopImages = [
{
image: '/images/pp.webp',
link: 'https://www.pns.hk/zh-hk/all-brands/b/112546/%E7%8D%85%E7%90%83%E5%98%9C',
link: 'https://www.pns.hk/en/all-brands/b/112546/lion-globe',
},
{
image: '/images/we.webp',
@@ -15,7 +15,7 @@ function Salespoint() {
},
{
image: '/images/hk.webp',
link: 'https://www.hktvmall.com/hktv/zh/search_a?keyword=%E7%8D%85%E7%90%83%E5%98%9C',
link: 'https://www.hktvmall.com/hktv/zh/main/%E7%8D%85%E7%90%83%E5%98%9C%E6%97%97%E8%89%A6%E5%BA%97/s/H1261001',
},
]
@@ -104,10 +104,10 @@ function Salespoint() {
w='250px'
justify={'flex-end'}
>
{/* <Link href={image.link}> */}
<Link href={image.link}>
<Image src={image.image} cursor="pointer" fit={'contain'}
loading="lazy" />
{/* </Link> */}
</Link>
</Stack>
</motion.div>
))}