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