diff --git a/components/pages/subCategory/card.tsx b/components/pages/subCategory/card.tsx
index 0730a18..a4530cc 100644
--- a/components/pages/subCategory/card.tsx
+++ b/components/pages/subCategory/card.tsx
@@ -32,7 +32,7 @@ export default function Card({
image,
category,
});
- router.push(`/${locale}/products`);
+ router.push(`/${locale}/catalog_page/products`);
};
return (
diff --git a/messages/en.json b/messages/en.json
index 34c0c91..2e144e3 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -222,9 +222,8 @@
"contact": "Contact",
"help": "Help"
},
- "address":"Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39",
- "create":"Created by {name}"
-
+ "address": "Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39",
+ "create": "Created by {name}"
},
"rasmlar": "Images",
"fotogalereya": "Photo Gallery",
@@ -232,8 +231,8 @@
"contactSubTitle": "Our staff will contact you",
"enterPhone": "Enter your phone number",
"send": "Sent",
- "error":"Error!",
- "succes":"sent!",
+ "error": "Error!",
+ "succes": "sent!",
"priceModal": {
"title": "Get Price",
"product": {
@@ -257,5 +256,18 @@
},
"success": "Your request has been sent successfully!",
"error": "An error occurred. Please try again."
+ },
+ "breadcrumb": {
+ "home": "Home",
+ "about": "About Us",
+ "services": "Services",
+ "products": "Products",
+ "contact": "Contact",
+ "blog": "Blog",
+ "fire-safety": "Fire Safety",
+ "fire-alarm": "Fire Alarm",
+ "fire-suppression": "Fire Suppression",
+ "installation": "Installation",
+ "maintenance": "Maintenance"
}
}
diff --git a/messages/ru.json b/messages/ru.json
index db42476..1d98b25 100644
--- a/messages/ru.json
+++ b/messages/ru.json
@@ -222,8 +222,8 @@
"contact": "Контакты",
"help": "Помощь"
},
- "address":"г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39",
- "create":"Разработано {name}"
+ "address": "г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39",
+ "create": "Разработано {name}"
},
"rasmlar": "Изображения",
"fotogalereya": "Фотогалерея",
@@ -256,5 +256,18 @@
},
"success": "Ваш запрос успешно отправлен!",
"error": "Произошла ошибка. Попробуйте снова."
+ },
+ "breadcrumb": {
+ "home": "Главная",
+ "about": "О нас",
+ "services": "Услуги",
+ "products": "Продукция",
+ "contact": "Контакты",
+ "blog": "Блог",
+ "fire-safety": "Пожарная безопасность",
+ "fire-alarm": "Пожарная сигнализация",
+ "fire-suppression": "Пожаротушение",
+ "installation": "Монтаж",
+ "maintenance": "Техническое обслуживание"
}
}
diff --git a/messages/uz.json b/messages/uz.json
index eb2ef74..1708c56 100644
--- a/messages/uz.json
+++ b/messages/uz.json
@@ -223,7 +223,7 @@
"help": "Yordam"
},
"address": "Toshkent shahri , Yunusabod tumani , Niyozbek yo'li 3 tor ko'chasi , 39 uy",
- "create":"{name} - Jamoasi tomonidan ishlab chiqilgan"
+ "create": "{name} - Jamoasi tomonidan ishlab chiqilgan"
},
"rasmlar": "Rasmlar",
"fotogalereya": "Fotogalereya",
@@ -256,5 +256,19 @@
},
"success": "So‘rovingiz muvaffaqiyatli yuborildi!",
"error": "Xatolik yuz berdi. Iltimos, qayta urinib ko‘ring."
+ },
+ "breadcrumb": {
+ "home": "Bosh sahifa",
+ "about": "Biz haqimizda",
+ "services": "Xizmatlar",
+ "catalog_page": "Mahsulotlar",
+ "subCategory":"{subCategory}",
+ "contact": "Bog'lanish",
+ "blog": "Blog",
+ "fire-safety": "Yong'in xavfsizligi",
+ "fire-alarm": "Yong'in signalizatsiyasi",
+ "fire-suppression": "Yong'in o'chirish",
+ "installation": "O'rnatish",
+ "maintenance": "Texnik xizmat"
}
}