Gestion de page ACF maj

This commit is contained in:
sebvtl728 2025-02-10 01:30:48 +01:00
parent 4a4d7104ac
commit 038dd3498a
3 changed files with 4 additions and 4952 deletions

View File

@ -64,12 +64,13 @@ const Faq = ({ showFAQ }) => {
}}
>
<Typography
variant="h3"
variant="body2"
sx={{
fontWeight: "bold",
mb: 4,
textAlign: "center",
color: "#0e467f",
fontSize: { xs: "2rem", md: "2rem", lg: "2.5rem",whiteSpace: "pre-line" }
}}
>
FAQ
@ -102,7 +103,7 @@ const Faq = ({ showFAQ }) => {
{filteredFaqs.length > 0 ? (
filteredFaqs.map((faq, index) => (
<Box key={index} sx={{ mb: 3 }}>
<Typography variant="h4" sx={{ fontWeight: "bold" }}>
<Typography variant="h3" sx={{ fontWeight: "bold",fontSize: { xs: "2rem", md: "2rem", lg: "2rem" } }}>
{faq.question}
</Typography>
<Typography

View File

@ -278,7 +278,7 @@ const Contact = () => {
>
<CardContent>
<Typography
variant="h2"
variant="h3"
sx={{
fontSize: { xs: "2rem", md: "2rem", lg: "3rem" },
fontWeight: "bold",

File diff suppressed because one or more lines are too long