@@ -157,7 +157,7 @@
<!-- Submit Button -->
<v-row>
<v-col cols="12">
- <v-btn :disabled="!valid" color="primary" @click="submitForm"
+ <v-btn :disabled="!valid" @click="submitForm"
>Envoyer</v-btn
>
</v-col>
@@ -1,6 +1,8 @@
<template>
<LayoutNavigation />
<ContactBanner />
+ <LayoutPrefooter />
+ <LayoutFooter />
</template>
<script setup></script>