import type { FC } from 'react' import { Container, Title, Text, Image, Stack } from '@mantine/core' import styles from './styles/home.module.css' /** * Главный экран приложения. */ export const HomeScreen: FC = () => { return (