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
+3 -2
View File
@@ -64,12 +64,13 @@ const Faq = ({ showFAQ }) => {
}} }}
> >
<Typography <Typography
variant="h3" variant="body2"
sx={{ sx={{
fontWeight: "bold", fontWeight: "bold",
mb: 4, mb: 4,
textAlign: "center", textAlign: "center",
color: "#0e467f", color: "#0e467f",
fontSize: { xs: "2rem", md: "2rem", lg: "2.5rem",whiteSpace: "pre-line" }
}} }}
> >
FAQ FAQ
@@ -102,7 +103,7 @@ const Faq = ({ showFAQ }) => {
{filteredFaqs.length > 0 ? ( {filteredFaqs.length > 0 ? (
filteredFaqs.map((faq, index) => ( filteredFaqs.map((faq, index) => (
<Box key={index} sx={{ mb: 3 }}> <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} {faq.question}
</Typography> </Typography>
<Typography <Typography
+1 -1
View File
@@ -278,7 +278,7 @@ const Contact = () => {
> >
<CardContent> <CardContent>
<Typography <Typography
variant="h2" variant="h3"
sx={{ sx={{
fontSize: { xs: "2rem", md: "2rem", lg: "3rem" }, fontSize: { xs: "2rem", md: "2rem", lg: "3rem" },
fontWeight: "bold", fontWeight: "bold",
-4949
View File
File diff suppressed because one or more lines are too long