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:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user