diff --git a/src/components/ProduitsServices.js b/src/components/ProduitsServices.js index f237421..3c157b7 100644 --- a/src/components/ProduitsServices.js +++ b/src/components/ProduitsServices.js @@ -207,7 +207,7 @@ function ProduitsServices() {
diff --git a/src/components/footer_automatic_files/Layout.js b/src/components/footer_automatic_files/Layout.js index b1cca39..7b25df7 100644 --- a/src/components/footer_automatic_files/Layout.js +++ b/src/components/footer_automatic_files/Layout.js @@ -2,18 +2,18 @@ import React from 'react'; import TestimonialSection from './TestimonialSection'; import CallToActionSection from './CallToActionSection'; import FooterSection from './FooterSection'; - + const Layout = () => { return (
-
- +
+ {/* */}
-
+
-
+
diff --git a/src/components/footer_automatic_files/Layout_Without_Testimony.js b/src/components/footer_automatic_files/Layout_Without_Testimony.js index af92755..ef54647 100644 --- a/src/components/footer_automatic_files/Layout_Without_Testimony.js +++ b/src/components/footer_automatic_files/Layout_Without_Testimony.js @@ -23,6 +23,6 @@ const Layout_Without_Testimony = () => {
); }; - + export default Layout_Without_Testimony; diff --git a/src/components/marketplace_automatic_files/new_marketplace_2025.js b/src/components/marketplace_automatic_files/new_marketplace_2025.js index c8472a7..57b3a0c 100644 --- a/src/components/marketplace_automatic_files/new_marketplace_2025.js +++ b/src/components/marketplace_automatic_files/new_marketplace_2025.js @@ -3709,7 +3709,7 @@ const New_C_Marketplace_2025 = () => { - { if (trier_par === "1") settrier_par("-1"); diff --git a/src/components/marketplace_automatic_files/new_s_marketplace_2025.css b/src/components/marketplace_automatic_files/new_s_marketplace_2025.css index 179f115..57b90b6 100644 --- a/src/components/marketplace_automatic_files/new_s_marketplace_2025.css +++ b/src/components/marketplace_automatic_files/new_s_marketplace_2025.css @@ -5626,6 +5626,7 @@ font-size: 0.9rem; white-space: nowrap; width: 20%; + padding-top: 10px; } @@ -8693,6 +8694,7 @@ font-size: 0.9rem; white-space: nowrap; width: 20%; + padding-top: 10px; } @@ -11777,6 +11779,7 @@ font-size: 0.75rem; white-space: nowrap; width: 20%; + padding-top: 10px; } diff --git a/src/components/tarif_head_automatic_files/PricingLayout.js b/src/components/tarif_head_automatic_files/PricingLayout.js index 37f2b7d..c7336b5 100644 --- a/src/components/tarif_head_automatic_files/PricingLayout.js +++ b/src/components/tarif_head_automatic_files/PricingLayout.js @@ -30,7 +30,7 @@ const PricingLayout = (props) => { LE PLUS POPULAIRE
- +
diff --git a/src/components/tarif_head_automatic_files/PricingPlanCard.css b/src/components/tarif_head_automatic_files/PricingPlanCard.css index 9efe51d..8d587e0 100644 --- a/src/components/tarif_head_automatic_files/PricingPlanCard.css +++ b/src/components/tarif_head_automatic_files/PricingPlanCard.css @@ -142,7 +142,7 @@ .pricing-card { display: flex; flex-direction: column; - padding: 20px 2px; + padding: 10px 2px; background-color: #ffffff; /* border: 1px solid #ecf1fc;*/ /* min-width: 200px;*/ @@ -289,7 +289,7 @@ .pricing-card { display: flex; flex-direction: column; - padding: 20px 2px; + padding: 10px 2px; background-color: #ffffff; /* border: 1px solid #ecf1fc;*/ /* min-width: 200px;*/ @@ -437,7 +437,7 @@ .pricing-card { display: flex; flex-direction: column; - padding: 20px 28px; + padding: 5px 5px; background-color: #ffffff; /* border: 1px solid #ecf1fc;*/ min-width: 200px; diff --git a/src/components/tarif_head_automatic_files/PricingPlanCard.js b/src/components/tarif_head_automatic_files/PricingPlanCard.js index 8a7cf12..7458bd4 100644 --- a/src/components/tarif_head_automatic_files/PricingPlanCard.js +++ b/src/components/tarif_head_automatic_files/PricingPlanCard.js @@ -14,7 +14,7 @@ const PricingPlanCard = (props) => {

{props.title}

-

Sans engagement

+

Sans engagement

@@ -22,7 +22,7 @@ const PricingPlanCard = (props) => { {props.price} € par mois
-

{props.sessions}

+

{props.sessions}

))}
@@ -128,7 +129,8 @@ const PriceCard = ({ alt="check" className="check-icon" /> - {feature} + {String(feature.hilight) === "1" && {feature.text}} + {String(feature.hilight) !== "1" && {feature.text}}
))} diff --git a/src/components/tarif_section_automatic_files/PricingSection.js b/src/components/tarif_section_automatic_files/PricingSection.js index c2f8619..8612db2 100644 --- a/src/components/tarif_section_automatic_files/PricingSection.js +++ b/src/components/tarif_section_automatic_files/PricingSection.js @@ -149,12 +149,12 @@ const PricingSection = () => { title="BASIQUE" price={price_basic} features={[ - 'Sans engagement', - '2 Utilisateurs maximum', - 'Support', - 'Apprenants illimités', - "Jusqu'à 25 Sessions/an", - 'Basic Analytics' + { 'text': 'Sans engagement', 'hilight': '0' }, + { 'text': 'Support', 'hilight': '0' }, + { 'text': 'Apprenants illimités', 'hilight': '0' }, + { 'text': "Basic Analytics", 'hilight': '0' }, + { 'text': '2 Utilisateurs maximum', 'hilight': '1' }, + { 'text': "Jusqu'à 25 Sessions/an", 'hilight': '1' }, ]} /> @@ -167,12 +167,13 @@ const PricingSection = () => { title="STANDARD" price={price_standard} features={[ - 'Sans engagement', - 'Utilisateurs illimités', - 'Apprenants illimités', - "Jusqu'à 200 Sessions/an", - 'Community Access', - 'Advanced Analytics' + { 'text': 'Sans engagement', 'hilight': '0' }, + { 'text': 'Support', 'hilight': '0' }, + { 'text': 'Apprenants illimités', 'hilight': '0' }, + { 'text': "Basic Analytics", 'hilight': '0' }, + { 'text': 'Utilisateurs illimités', 'hilight': '1' }, + { 'text': "De 26 à 200 Sessions/an", 'hilight': '1' }, + ]} buttonColor="#0aa690" buttonTextColor="#fff" @@ -184,12 +185,13 @@ const PricingSection = () => { title="GOLD" price={price_gold} features={[ - 'Sans engagement', - 'Utilisateurs illimités', - 'Apprenants illimités', - 'Sessions illimitées/an', - 'Community Access', - 'Custom Analytics' + + { 'text': 'Sans engagement', 'hilight': '0' }, + { 'text': 'Support', 'hilight': '0' }, + { 'text': 'Apprenants illimités', 'hilight': '0' }, + { 'text': "Basic Analytics", 'hilight': '0' }, + { 'text': 'Utilisateurs illimités', 'hilight': '1' }, + { 'text': "Sessions illimités", 'hilight': '1' }, ]} /> @@ -203,7 +205,7 @@ const PricingSection = () => { price_standard={price_standard} price_gold={price_gold} /> - + ); };