浏览代码

review titles structure on software pages

Olivier Massot 1 年之前
父节点
当前提交
cfe6474dca

+ 3 - 3
components/Common/Carousel/Clients.vue

@@ -4,11 +4,11 @@
   <LayoutContainer>
     <!-- Titre -->
     <v-row justify="center">
-      <h2 class="text-center">
+      <h3 class="text-center">
         <slot name="title">
           Plus de <span class="alt-color">5000 structures</span> nous font confiance
         </slot>
-      </h2>
+      </h3>
     </v-row>
 
     <v-container>
@@ -75,7 +75,7 @@ const goToNext = () => {
   margin-left: auto;
 }
 
-h2 {
+h3 {
   margin-bottom: 2rem;
   text-align: center;
   font-weight: 600;

+ 1 - 1
components/Common/Carousel/Fonctionnalite.vue

@@ -3,7 +3,7 @@
     <v-row>
       <v-col cols="6">
         <LayoutUISubTitle>
-          Découvrez TOUTES LES FONCTIONNALITÉS DE NOTRE solution
+          Découvrez toutes les fonctionnalités de notre solution
         </LayoutUISubTitle>
 
         <LayoutUITitle>

+ 3 - 3
components/Logiciels/Artist/Abonnement.vue

@@ -52,9 +52,9 @@
         </v-col>
 
         <v-col cols="8">
-          <h5>
+          <h3>
             Opentalent Artist, <br> la solution que vous attendiez...
-          </h5>
+          </h3>
 
           <p class="solution">
             Conçu pour les structures artistiques telles que chorales,
@@ -147,7 +147,7 @@ import AnchoredSection from "~/components/Layout/AnchoredSection.vue";
   text-align: justify
 }
 
-h5 {
+h3 {
   color: var(--primary-color);
   margin-bottom: 4rem;
   font-size: 42px;

+ 5 - 5
components/Logiciels/Manager/Formation.vue

@@ -22,13 +22,13 @@
             </div>
 
             <div>
-              <h4>
+              <h3>
                 {{ formation.sessions }}
-              </h4>
+              </h3>
 
-              <h3>
+              <h4>
                 {{ formation.title }}
-              </h3>
+              </h4>
 
               <p class="details mb-5">
                 {{ formation.description }}
@@ -113,7 +113,7 @@ const formations = ref([
     color: var(--on-primary-color);
     margin-bottom: 3rem;
   }
-
+  
   h4 {
     font-weight: 500;
     font-size: 1.8rem;

+ 4 - 4
components/Logiciels/School/Formations.vue

@@ -22,13 +22,13 @@
             </div>
 
             <div>
-              <h4>
+              <h3>
                 {{ formation.sessions }}
-              </h4>
+              </h3>
 
-              <h3>
+              <h4>
                 {{ formation.title }}
-              </h3>
+              </h4>
 
               <p class="details mb-5">
                 {{ formation.description }}