diff --git a/src/components/TextSection.vue b/src/components/TextSection.vue new file mode 100644 index 0000000..1e2d44a --- /dev/null +++ b/src/components/TextSection.vue @@ -0,0 +1,20 @@ + + + + + + + {{ item.title }} + + {{ item.description }} + + + + + diff --git a/src/pages/Company/ProductTextsSection.vue b/src/pages/Company/ProductTextsSection.vue new file mode 100644 index 0000000..80098fe --- /dev/null +++ b/src/pages/Company/ProductTextsSection.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/pages/Company/TeamTextsSection.vue b/src/pages/Company/TeamTextsSection.vue new file mode 100644 index 0000000..2f89006 --- /dev/null +++ b/src/pages/Company/TeamTextsSection.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/pages/Company/index.vue b/src/pages/Company/index.vue index c494493..428ddf5 100644 --- a/src/pages/Company/index.vue +++ b/src/pages/Company/index.vue @@ -1,3 +1,9 @@ + + - Company page content + +
{{ item.title }}
+ {{ item.description }} +
Company page content