import { Box, Typography, SxProps, Theme, Button } from "@mui/material"; import cardImageBig from "@root/assets/landing/card1big.png"; import { PenaLink } from "@frontend/kitui"; import { Link as RouterLink } from "react-router-dom"; interface Props { light?: boolean; sx?: SxProps; } export default function WideTemplCard({ light = true, sx }: Props) { return ( Шаблонизатор Текст- это текст, который имеет некоторые характеристики реального письменного текс {light ? ( ) : ( Подробнее )} ); }