nous-contacter.vue 282 B

123456789101112131415161718192021
  1. <template>
  2. <LayoutNavigation />
  3. <ContactBanner />
  4. <ContactForm />
  5. <ContactMap class="contact-map" />
  6. <LayoutFooterPrefooter />
  7. <LayoutFooter />
  8. </template>
  9. <style scoped lang="scss">
  10. .contact-map {
  11. margin-top: 48px;
  12. }
  13. </style>
  14. <script setup lang="ts">
  15. </script>