From bfffcd3c995910230250eb49ce810fdff0a96e9f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:56:27 +0000 Subject: [PATCH] Update src/app/catalog/accessories/page.tsx --- src/app/catalog/accessories/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 (