export function WhiteSpacePreUtils() {
    const test = `
        Need to build a new solution from scratch with the Telerik technologies?
        Looking for help to customize and implement a single Telerik component?

      We at Resolute Software know the Telerik products inside out.
      Because we helped build them.
      Our highly experienced, results-driven software engineers are proud to have led and contributed to the engineering effort at Telerik.
    `;

    return (
        <p className="k-white-space-pre k-mb-6 k-w-1/3 k-border k-border-solid k-border-secondary">{test}</p>
    );
}
