diff --git a/src/app/catalog/accessories/page.tsx b/src/app/catalog/accessories/page.tsx index 1d4c58c..1e1c721 100644 --- a/src/app/catalog/accessories/page.tsx +++ b/src/app/catalog/accessories/page.tsx @@ -5,6 +5,10 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; export default function AccessoriesPage() { + const products = [ + { id: "a1", brand: "Oakley", name: "Sunglasses", price: "6 900 ₽", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-sunglasses-hat-island-travel_1321-3839.jpg" } + ]; + return (