diff --git a/components/templates/TheHeader.vue b/components/templates/TheHeader.vue index 0fff5d0..03316ee 100644 --- a/components/templates/TheHeader.vue +++ b/components/templates/TheHeader.vue @@ -22,6 +22,7 @@ v-else :key="index" :label="nav.title" + collapsible > diff --git a/components/templates/contact-us/ContactForm.vue b/components/templates/contact-us/ContactForm.vue new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/components/templates/contact-us/ContactForm.vue @@ -0,0 +1 @@ + diff --git a/components/templates/contact-us/FormContact.vue b/components/templates/contact-us/FormContact.vue new file mode 100644 index 0000000..a5afba8 --- /dev/null +++ b/components/templates/contact-us/FormContact.vue @@ -0,0 +1,13 @@ + + + diff --git a/components/templates/home/Banner.vue b/components/templates/home/Banner.vue new file mode 100644 index 0000000..6eff0e8 --- /dev/null +++ b/components/templates/home/Banner.vue @@ -0,0 +1,44 @@ + + + diff --git a/pages/contact-us.vue b/pages/contact-us.vue new file mode 100644 index 0000000..524a010 --- /dev/null +++ b/pages/contact-us.vue @@ -0,0 +1,13 @@ + + + diff --git a/pages/index.vue b/pages/index.vue index b482709..3548504 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,12 +1,18 @@