intergration APi pour la page d'accueil

This commit is contained in:
sebvtl728
2025-01-05 12:13:09 +01:00
parent 8bbc9955b1
commit c4b664f667
7 changed files with 182 additions and 32 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const Hero = ({ backgroundImage, useGradient, title, titleColor, text, textColor
fontWeight: 'bold',
mb: 2,
color: titleColor || '#ffffff', // Couleur par défaut
fontSize: { xs: '2rem', md: '3rem', lg: '4rem' }, // Responsive
fontSize: { xs: '3rem', md: '3rem', lg: '4rem' }, // Responsive
}}
>
{title}