text-with-image and logo sections
This commit is contained in:
@@ -19,11 +19,16 @@ import { mapGetters, mapActions } from 'vuex';
|
||||
import HeroHome from '~/components/HeroHome.vue';
|
||||
import WhatIs from '../../components/WhatIs.vue';
|
||||
import SectionWithCards from '../../components/SectionWithCards.vue';
|
||||
import TextWithImage from '../../components/TextWithImage.vue';
|
||||
import LogosWithText from '../../components/LogosWithText.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
HeroHome,
|
||||
WhatIs,
|
||||
SectionWithCards
|
||||
SectionWithCards,
|
||||
TextWithImage,
|
||||
LogosWithText
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user