ui updated

This commit is contained in:
2025-03-21 10:58:29 +08:00
parent 53e3f86b10
commit c1e33928e3
16 changed files with 222 additions and 108 deletions

View File

@@ -105,7 +105,7 @@ function Salespoint() {
justify={'flex-end'}
>
<Link href={image.link}>
<Image src={image.image} cursor="pointer"
<Image src={image.image} cursor="pointer" fit={'contain'}
loading="lazy" />
</Link>
</Stack>