Fix landing
parent
2abf4e890c
commit
668b6bd2e8
|
@ -1032,6 +1032,8 @@ landing:
|
|||
simulators:
|
||||
title: Discover all the simulators and assistants
|
||||
description: The official tools for entrepreneurs
|
||||
meta:
|
||||
title: Home
|
||||
outils: <0>The tools at your disposal</0><1>We provide you with assistants and
|
||||
simulators to help you manage your business, anticipate levies and plan your
|
||||
cash flow accordingly.</1>
|
||||
|
|
|
@ -1023,6 +1023,8 @@ landing:
|
|||
simulators:
|
||||
title: Découvrir tous les simulateurs et assistants
|
||||
description: L'assistant officiel des entrepreneurs
|
||||
meta:
|
||||
title: Accueil
|
||||
outils: <0>Les outils à votre disposition</0><1>Nous mettons à votre disposition
|
||||
des assistants et simulateurs pour vous aider à la gestion de votre
|
||||
entreprise, anticiper les prélèvements et planifier votre trésorerie en
|
||||
|
|
|
@ -10,7 +10,6 @@ import { Button } from '@/design-system/buttons'
|
|||
import { Container, Grid, Spacing } from '@/design-system/layout'
|
||||
import { H2 } from '@/design-system/typography/heading'
|
||||
import { Link } from '@/design-system/typography/link'
|
||||
import { Li, Ul } from '@/design-system/typography/list'
|
||||
import { Body, Intro } from '@/design-system/typography/paragraphs'
|
||||
import { useGetFullURL } from '@/hooks/useGetFullURL'
|
||||
import useSimulatorsData from '@/hooks/useSimulatorsData'
|
||||
|
@ -32,8 +31,7 @@ export default function Landing() {
|
|||
<>
|
||||
<TrackPage chapter1="informations" name="accueil" />
|
||||
<Meta
|
||||
page="landing"
|
||||
title="Accueil - Mon-Entreprise"
|
||||
title={t('landing.meta.title', 'Accueil')}
|
||||
description={t(
|
||||
'landing.description',
|
||||
"L'assistant officiel des entrepreneurs"
|
||||
|
@ -202,7 +200,3 @@ const HideOnMobile = styled(Grid)`
|
|||
display: block;
|
||||
}
|
||||
`
|
||||
|
||||
const StyledLi = styled.li`
|
||||
list-style: none;
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue