import styles from "./styles.module.scss" type MainTextProps = { text: string; } export const MainText = ({text}: MainTextProps) => { return (