diff --git a/components/pages/products/product/productCard.tsx b/components/pages/products/product/productCard.tsx index cef3714..4a3a021 100644 --- a/components/pages/products/product/productCard.tsx +++ b/components/pages/products/product/productCard.tsx @@ -18,7 +18,7 @@ export default function ProductCard({ const locale = useLocale(); return ( - +
{/* Image Container */}
@@ -33,7 +33,7 @@ export default function ProductCard({ {/* Content Container */}
-

+

{title}

diff --git a/messages/en.json b/messages/en.json index 60ea685..8297853 100644 --- a/messages/en.json +++ b/messages/en.json @@ -330,6 +330,7 @@ "products": "Products", "contact": "Contact", "blog": "Blog", + "catalog_page": "Products", "fire-safety": "Fire Safety", "fire-alarm": "Fire Alarm", "fire-suppression": "Fire Suppression", diff --git a/messages/ru.json b/messages/ru.json index ce6065c..63254c3 100644 --- a/messages/ru.json +++ b/messages/ru.json @@ -330,6 +330,7 @@ "products": "Продукция", "contact": "Контакты", "blog": "Блог", + "catalog_page": "Товары", "fire-safety": "Пожарная безопасность", "fire-alarm": "Пожарная сигнализация", "fire-suppression": "Пожаротушение",