ceo optimization

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-09 17:38:01 +05:00
parent a700fdddc6
commit c2c39d44a0
11 changed files with 117 additions and 50 deletions

View File

@@ -13,4 +13,5 @@ export interface Product {
description_ru: string;
features:features[];
image:string;
slug?: string;
}