product grid creating

This commit is contained in:
sdarbinyan
2026-07-05 01:36:21 +04:00
parent d2f0f0de54
commit 0efcfb5225
20 changed files with 951 additions and 9 deletions

View File

@@ -63,7 +63,7 @@
} @else {
<div class="novo-categories-grid">
@for (category of topLevelCategories(); track category.id) {
<a [routerLink]="['/category', category.id] | langRoute" class="novo-category-card">
<a [routerLink]="['/catalog', category.id] | langRoute" class="novo-category-card">
<div class="novo-category-image">
@if (category.icon) {
<img [src]="category.icon" [alt]="categoryName(category)" loading="lazy" />
@@ -151,7 +151,7 @@
} @else {
<div class="dexar-categories-grid">
@for (category of topLevelCategories(); track category.id) {
<a [routerLink]="['/category', category.id] | langRoute"
<a [routerLink]="['/catalog', category.id] | langRoute"
class="dexar-category-card">
<div class="dexar-category-image">
@if (category.icon) {