new commits

This commit is contained in:
ABasral
2025-07-30 17:39:51 +05:30
parent 3aa7eb5a85
commit cdc634cb4a
5 changed files with 7 additions and 4 deletions

View File

@ -369,7 +369,7 @@ export default function Home() {
{ src: '/collection/cl1.svg', title: 'Bestsellers', alt: 'Bestsellers - Mozimo chocolate bars with geometric patterns' },
{ src: '/collection/cl2.svg', title: 'New Arrivals', alt: 'New Arrivals - Stacked chocolate barks with nuts and toppings' },
{ src: '/collection/cl3.svg', title: 'Gift Collection', alt: 'Gift Collection - Mozimo packaged chocolate products and gift items' }
].map((item, index) => (
].map((item) => (
<motion.div
key={item.title}
variants={fadeInUp}