import React from "react"; import { Display1, Display2, Display3, Display4, H1, H2, H3, H4, H5, H6, Label1, Label2, Label3, Label4, Paragraph1, Paragraph2, Paragraph3, Paragraph4, } from "baseui/typography"; const textString = "Insights in your real estate data. Knowledge is power."; const bodyString = "The AXIOM data sharing platform was developed by Deloitte and gives owners control over the distribution of rental data, square meters and energy labels, and offers the option of data verification. This gives banks a faster insight into financing options and the status of financed real estate. And digital exchange with appraisers leads to efficient and high-quality valuations. With AXIOM to complement KATE’s existing technology, the next step is taken in the digital future of the real estate sector."; export interface TypographyProps {} /** * This is a helper for typography components
*/ const Typography: React.FC = () => { return ( <> {textString} {textString} {textString} {textString}

{textString}

{textString}

{textString}

{textString}

{textString}
{textString}
{textString} {bodyString} {textString} {bodyString} {textString} {bodyString} {textString} {bodyString} ); }; export default Typography;