浏览代码

page contact

Maha Bouchiba 2 年之前
父节点
当前提交
61b3636d80
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 1
      components/Contact/Banner.vue
  2. 2 0
      pages/nous-contacter.vue

+ 1 - 1
components/Contact/Banner.vue

@@ -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>

+ 2 - 0
pages/nous-contacter.vue

@@ -1,6 +1,8 @@
 <template>
   <LayoutNavigation />
   <ContactBanner />
+  <LayoutPrefooter />
+  <LayoutFooter />
 </template>
 
 <script setup></script>