Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/home/comparatif-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ComparatifSection = ({
<div className={css({ textAlign: 'center', mb: '16' })}>
<h2
className={cx(
text({ variant: 'display-lg' }),
text({ variant: 'display-lg', color: 'white' }),
css({ fontSize: '4xl', mb: '4' }),
)}
>
Expand Down
4 changes: 2 additions & 2 deletions locales/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
],
"interventions.more": "See details",
"interventions.cta": "See all our interventions",
"comparatif.title.line1": "Why Ocobo is not an integrator.",
"comparatif.title.line2": "Nor a consultancy. Nor a freelance CRM.",
"comparatif.title.line1": "Why Ocobo is more than an integrator.",
"comparatif.title.line2": "More than a consultancy. More than a freelance CRM.",
"comparatif.subtitle": "Our craft: turning a stuck commercial machine into a precision mechanism.",
"comparatif.ocobo.label": "Ocobo",
"comparatif.ocobo.title": "The Revenue Experience",
Expand Down
4 changes: 2 additions & 2 deletions locales/fr/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
],
"interventions.more": "Voir le détail",
"interventions.cta": "Voir toutes nos interventions",
"comparatif.title.line1": "Pourquoi Ocobo n'est pas un intégrateur.",
"comparatif.title.line2": "Ni un cabinet. Ni un freelance CRM.",
"comparatif.title.line1": "Pourquoi Ocobo est plus qu'un intégrateur.",
"comparatif.title.line2": "Plus qu'un cabinet. Plus qu'un freelance CRM.",
"comparatif.subtitle": "Notre savoir-faire : transformer une machine commerciale grippée en mécanique de précision.",
"comparatif.ocobo.label": "Ocobo",
"comparatif.ocobo.title": "La Revenue Experience",
Expand Down
Loading