feat: add HomeStorySection component and ShowMoreIcon SVG icon

- Implemented HomeStorySection component to display project statistics and images.
- Added ShowMoreIcon component for UI enhancement.
This commit is contained in:
2025-06-03 10:45:10 +03:30
parent a5a287f11f
commit 05e50f0eee
20 changed files with 191 additions and 42 deletions
+3 -3
View File
@@ -6,11 +6,11 @@ export default {
route: () => '/',
},
products: {
title: t('page_products_title'),
title: t('pages_products_title'),
route: () => '/products',
},
projects: {
title: t('page_projects_title'),
title: t('pages_projects_title'),
route: () => '/projects',
},
about: {
@@ -18,7 +18,7 @@ export default {
route: () => '/about-us',
},
contact: {
title: t('page_contact_title'),
title: t('pages_contact_title'),
route: () => '/contact',
},
};