accueil Page bug affichage correct ok

This commit is contained in:
sebvtl728 2025-07-16 22:08:59 +02:00
parent 38bafc63f6
commit 885922483b
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ const Home = () => {
{/* Section Expertises */}
<Expertises
expertiseTitle={acf?.titre_expertise || "Pourquoi Nous Choisir ?"}
expertiseTitle={acf?.titre_expertise.titre_expertise || "Pourquoi Nous Choisir ?"}
expertise1Title={acf?.gdc_expert?.titre_expertise_1 || "Expertise 1"}
expertise1Text={acf?.gdc_expert?.text_expertise_1 || "Text Expertise 1"}
expertise2Title={acf?.gdc_expert?.titre_expertise_2 || "Expertise 2"}

File diff suppressed because one or more lines are too long