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