diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b0e0f5 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/next.config.ts b/next.config.ts index ba63d61..c8bdeed 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,9 +2,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - experimental: { - turbo: false - }, images: { remotePatterns: [ { diff --git a/package.json b/package.json index 1812165..b060da7 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "mozimo", "version": "0.1.0", "private": true, + "engines": { + "node": ">=18.18.0" + }, "scripts": { "dev": "next dev", "build": "next build", diff --git a/public/bst/v1.mp4 b/public/bst/v1.mp4 index 5399e28..29dfaf7 100644 Binary files a/public/bst/v1.mp4 and b/public/bst/v1.mp4 differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 4eb9fb5..c867d4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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) => (