| 12345678910111213141516171819 |
- <template>
- <LayoutNavigation />
- <ContactBanner />
- <ContactForm />
- <ContactMap class="contact-map" />
- <LayoutFooterPrefooter />
- <LayoutFooter />
- </template>
- <style scoped lang="scss">
- .contact-map {
- margin-top: 48px;
- }
- </style>
|