Browse Source

page contact

Maha Bouchiba 2 năm trước cách đây
mục cha
commit
61b3636d80
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  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>