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