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',
},
};
+2
View File
@@ -5,6 +5,7 @@ import factoryVector from './factory_vector.png';
import aboutImg_1 from './about-img-1.png';
import aboutImg_2 from './about-img-2.png';
import homeProductBack from './home_product_back.jpeg';
import whatWeDoImage from './what-we-do-image.png';
export default {
homeBanner,
@@ -14,4 +15,5 @@ export default {
aboutImg_1,
aboutImg_2,
homeProductBack,
whatWeDoImage,
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB