import { i18n } from '@lingui/core';
import { MainText } from 'src/components/MainText';
import { SubTitle } from 'src/components/SubTitle';
export const WhatIsTwenty = () => {
return (
<>
{i18n._(
"It's a CRM, a software to help businesses manage their customer data and relationships efficiently.",
)}
>
);
};