blog , cantactus , projects component
This commit is contained in:
@@ -16,6 +16,10 @@ export default {
|
||||
about: {
|
||||
title: t('pages_about_title'),
|
||||
route: () => '/about-us',
|
||||
},
|
||||
blog: {
|
||||
title: t('pages_blog_title'),
|
||||
route: () => '/blog-us',
|
||||
},
|
||||
contact: {
|
||||
title: t('pages_contact_title'),
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
@@ -1,16 +1,21 @@
|
||||
import homeBanner from './home_banner.jpg';
|
||||
import logo from './logo.png';
|
||||
import aboutBanner from './about_banner.png';
|
||||
import blogBanner from './blog_banner.jpeg';
|
||||
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';
|
||||
|
||||
import blogImg_1 from './blog_img_1.jpeg'
|
||||
import projectImg_1 from './project_img_1.jpeg'
|
||||
export default {
|
||||
homeBanner,
|
||||
logo,
|
||||
aboutBanner,
|
||||
blogImg_1,
|
||||
blogBanner,
|
||||
projectImg_1,
|
||||
factoryVector,
|
||||
aboutImg_1,
|
||||
aboutImg_2,
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
Reference in New Issue
Block a user