create products page

This commit is contained in:
2025-06-03 12:59:05 +03:30
parent 05e50f0eee
commit bd368ab6b5
17 changed files with 408 additions and 64 deletions
+8
View File
@@ -51,6 +51,14 @@ const en = {
com_home_story_projects_count: 'Completed Projects',
com_home_story_customer_count: 'Happy Customers',
com_home_story_experience: 'Years of Experience',
// Products Page Components
com_products_category_Ghazaghi_title: 'Ghazaghi',
com_products_category_Ghermez_title: 'Ghermez',
com_products_category_Semirom_title: 'Semirom',
com_products_category_Zard_title: 'Zard',
com_products_category_types_count: ({ count }: { count: number }) =>
`${count} Types`,
};
export default en;