maj majeur opengraph et page accueil
This commit is contained in:
parent
f4cd293805
commit
82406fb046
@ -2,36 +2,42 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Centre de formations - metier du numérique</title>
|
||||
<title data-rh="true">Centre de formations - metier du numérique</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<!-- ✅ Ajout Open Graph statique -->
|
||||
<meta
|
||||
data-rh="true"
|
||||
property="og:title"
|
||||
content="Centre de formations web IA"
|
||||
/>
|
||||
<meta
|
||||
data-rh="true"
|
||||
property="og:description"
|
||||
content="Bienvenue sur notre Centre de formations aux métiers du numérique en Vendée"
|
||||
/>
|
||||
<meta
|
||||
data-rh="true"
|
||||
property="og:image"
|
||||
content="https://res.cloudinary.com/dh5qgexjo/image/upload/v1753856912/centre-formation-metier-numerique_iwxjzv.avif"
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://ton-site.com" />
|
||||
<meta data-rh="true" property="og:type" content="website" />
|
||||
<meta data-rh="true" property="og:url" content="https://ton-site.com" />
|
||||
|
||||
<!-- ✅ Twitter Cards -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta data-rh="true" name="twitter:card" content="summary_large_image" />
|
||||
<meta
|
||||
data-rh="true"
|
||||
name="twitter:title"
|
||||
content="Centre de formations web IA"
|
||||
/>
|
||||
<meta
|
||||
data-rh="true"
|
||||
name="twitter:description"
|
||||
content="Bienvenue sur notre Centre de formations aux métiers du numérique en Vendée."
|
||||
/>
|
||||
<meta
|
||||
data-rh="true"
|
||||
name="twitter:image"
|
||||
content="https://res.cloudinary.com/dh5qgexjo/image/upload/v1753856912/centre-formation-metier-numerique_iwxjzv.avif"
|
||||
/>
|
||||
|
||||
@ -147,7 +147,8 @@ const ConstructSection = ({
|
||||
{/* ✅ Correction de la duplication du titre */}
|
||||
{missionTitle && (
|
||||
<Typography
|
||||
variant="h3"
|
||||
component="h3"
|
||||
variant="h4"
|
||||
sx={{
|
||||
fontWeight: "bold",
|
||||
textAlign: "center",
|
||||
@ -170,7 +171,8 @@ const ConstructSection = ({
|
||||
>
|
||||
<AccordionSummary expandIcon={<ExpandMoreIcon />}>
|
||||
<Typography
|
||||
variant="h3"
|
||||
component="p"
|
||||
variant="subtitle1"
|
||||
sx={{
|
||||
fontWeight: "bold",
|
||||
fontSize: { xs: "1rem", md: "1.2rem", lg: "1.5rem" },
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user