Browse Source

Merge tag 'maj-prix' into develop

Vincent 11 months ago
parent
commit
e212d80524

+ 0 - 2
components/Common/Meta.vue

@@ -6,8 +6,6 @@ Définit les balises meta de la page
 </template>
 
 <script setup lang="ts">
-import type { PropType } from 'vue'
-
 const props = defineProps({
   title: {
     type: String,

+ 0 - 1
components/Common/Table/Comparatif.vue

@@ -372,7 +372,6 @@ table tr td:nth-child(3) {
   border-left: 2px solid black;
   border-right: 2px solid black;
   width: 15rem;
-  border-radius: 50px;
   padding: 1rem;
   position: relative;
 }

+ 4 - 4
components/Formation/Catalogue.vue

@@ -137,7 +137,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2008,80€ TTC (1674,00€ HT)',
+    price: '2 072,40€ TTC (1 727,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_2-jours.pdf',
@@ -163,7 +163,7 @@ const courses: Array<Training> = [
         objectives: ['Répertoire'],
       },
     ],
-    price: '1004,40€ TTC (837,00€ HT)',
+    price: '1 036,80€ TTC (864,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_1-jour.pdf',
@@ -190,7 +190,7 @@ const courses: Array<Training> = [
         objectives: ['Configuration côté logiciel'],
       },
     ],
-    price: '1004,40€ TTC (837,00€ HT)',
+    price: '1 036,80€ TTC (864,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Typo3_1-jour.pdf',
@@ -218,7 +218,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2008,80€ TTC (1674,00€ HT)',
+    price: '2 072,40€ TTC (1 727,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Metabase_2-jours.pdf',

+ 3 - 1
components/Layout/Footer/Footer.vue

@@ -217,7 +217,7 @@
         </v-row>
 
         <v-row class="mb-3" justify="center">
-          <p>Crédit : © 2024 Opentalent - Tous droits réservés</p>
+          <p>© {{ year }} Opentalent - Tous droits réservés</p>
         </v-row>
       </div>
     </LayoutContainer>
@@ -326,6 +326,8 @@ const layoutStore = useLayoutStore()
 const onIntersect = (isIntersecting: boolean) => {
   layoutStore.setIsFooterVisible(isIntersecting)
 }
+
+const year = ref(new Date().getFullYear())
 </script>
 
 <style scoped lang="scss">

+ 2 - 2
components/Logiciels/School/Comparatif.vue

@@ -9,8 +9,8 @@
         </LayoutUITitle>
 
         <CommonTableComparatif
-          standard-price="34,90€"
-          premium-price="49€"
+          standard-price="36,10€"
+          premium-price="50,60€"
           :items="comparisonItems"
           :show-from="true"
         />

+ 1 - 1
components/Logiciels/School/Presentation.vue

@@ -5,7 +5,7 @@
       :features="features"
       :pictos="pictos"
       logo-src="/images/logos/opentalent/Logo_Opentalent_School-blanc-col.png"
-      pricing-amount="34,90€"
+      pricing-amount="36,10€"
     />
 
     <CommonContainerVideo