update best sales&spv
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
3af0ca939a
commit
6df441e9a0
|
|
@ -156,28 +156,26 @@ export default function HeaderAbout() {
|
|||
Best Sales of The Month & SPV of The Month
|
||||
</motion.h2>
|
||||
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-6">
|
||||
{["/Asset18.png", "/Asset19.png", "/Asset20.png", "/Asset21.png"].map(
|
||||
(src, index) => (
|
||||
<motion.div
|
||||
key={src}
|
||||
initial={{ opacity: 0, scale: 0.95 }}
|
||||
whileInView={{ opacity: 1, scale: 1 }}
|
||||
transition={{ duration: 0.5, delay: index * 0.1 }}
|
||||
viewport={{ once: true }}
|
||||
className="relative w-full overflow-hidden rounded-xl"
|
||||
>
|
||||
<Image
|
||||
src={src}
|
||||
alt={`static-gallery-${index}`}
|
||||
width={800}
|
||||
height={1000}
|
||||
className="w-full h-[auto] rounded-xl hover:scale-105 transition-transform duration-500"
|
||||
sizes="(max-width: 768px) 100vw, 400px"
|
||||
/>
|
||||
</motion.div>
|
||||
),
|
||||
)}
|
||||
<div className="flex flex-wrap justify-center gap-6">
|
||||
{["/spvbest1.jpeg", "/spvbest2.jpeg"].map((src, index) => (
|
||||
<motion.div
|
||||
key={src}
|
||||
initial={{ opacity: 0, scale: 0.95 }}
|
||||
whileInView={{ opacity: 1, scale: 1 }}
|
||||
transition={{ duration: 0.5, delay: index * 0.1 }}
|
||||
viewport={{ once: true }}
|
||||
className="w-full sm:w-[45%] md:w-[300px] relative overflow-hidden rounded-xl"
|
||||
>
|
||||
<Image
|
||||
src={src}
|
||||
alt={`static-gallery-${index}`}
|
||||
width={800}
|
||||
height={1000}
|
||||
className="w-full h-auto rounded-xl hover:scale-105 transition-transform duration-500"
|
||||
sizes="(max-width: 768px) 100vw, 300px"
|
||||
/>
|
||||
</motion.div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 496 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 579 KiB |
Loading…
Reference in New Issue