png to webp
This commit is contained in:
@@ -6,15 +6,15 @@ import { motion, useInView } from 'framer-motion'
|
||||
function Salespoint() {
|
||||
const shopImages = [
|
||||
{
|
||||
image: '/images/pp.png',
|
||||
image: '/images/pp.webp',
|
||||
link: 'https://www.pns.hk/zh-hk/all-brands/b/112546/%E7%8D%85%E7%90%83%E5%98%9C',
|
||||
},
|
||||
{
|
||||
image: '/images/we.png',
|
||||
image: '/images/we.webp',
|
||||
link: 'https://www.wellcome.com.hk/zh-hant/search?keyword=%E7%8D%85%E7%90%83%E5%98%9C&page=1',
|
||||
},
|
||||
{
|
||||
image: '/images/hk.png',
|
||||
image: '/images/hk.webp',
|
||||
link: 'https://www.hktvmall.com/hktv/zh/search_a?keyword=%E7%8D%85%E7%90%83%E5%98%9C',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user