40 lines
1.2 KiB
JavaScript
40 lines
1.2 KiB
JavaScript
import New_C_Footer_2025_V2 from "../components/footer_automatic_files/Layout";
|
|
import New_C_Header_2025_V2 from "../components/header_automatic_files/Header";
|
|
import New_C_Tatif_Section from "../components/tarif_section_automatic_files/PricingSection"
|
|
import New_Navigation_2025 from "../components/New_Navigation_2025";
|
|
import New_C_Tarif_Section_Head from "../components/tarif_head_automatic_files/PricingLayout"
|
|
import { Helmet } from "react-helmet";
|
|
|
|
const new_p_tarif_2025 = () => {
|
|
|
|
return (
|
|
<div id='debut'>
|
|
|
|
<Helmet>
|
|
<title>MySy Training : logiciel OF complet au meilleur prix du marché </title>
|
|
<meta name="description" content="Gérez tous les processus de votre organisme de formation à moindre coût. MySy intègre signature électronique, GED, formulaires, etc." />
|
|
<meta name="robots" content="index,follow" />
|
|
<meta name="title" content="MySy Training : logiciel OF complet au meilleur prix du marché " />
|
|
<link rel="canonical" href={window.location.href} />
|
|
|
|
</Helmet>
|
|
|
|
<New_Navigation_2025 />
|
|
|
|
<New_C_Header_2025_V2 />
|
|
|
|
<New_C_Tatif_Section />
|
|
|
|
<New_C_Tarif_Section_Head />
|
|
|
|
|
|
<New_C_Footer_2025_V2 />
|
|
|
|
</div>
|
|
|
|
)
|
|
}
|
|
|
|
|
|
export default new_p_tarif_2025;
|