update 28/011

This commit is contained in:
2026-01-28 17:26:02 +07:00
parent 5fc49b68d3
commit bf78d0583d
27 changed files with 2553 additions and 3045 deletions

View File

@@ -2,7 +2,7 @@
import { Swiper, SwiperSlide } from 'swiper/react';
import { Navigation, Pagination, Autoplay } from 'swiper/modules';
import { categories } from "@/data/categories"
import { productList } from '@/data/products';
import { productList } from '@/data/productList';
import CategoryIcon from "./CategoryIcon"
import ProductItem from "@/components/shared/ProductItem"
import Link from 'next/link';