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

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text

View File

@ -2,9 +2,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
experimental: {
turbo: false
},
images: {
remotePatterns: [
{

View File

@ -2,6 +2,9 @@
"name": "mozimo",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",

Binary file not shown.

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}