import { Card } from "antd"; import BuildIcon from "components/Icons/ads/BuildIcon"; import LeftRectangle from "components/Icons/LeftRectangle"; import RightRectangle from "components/Icons/RightRectangle"; import ProText from "components/ProText"; import ProTitle from "components/ProTitle"; import { useTranslation } from "react-i18next"; import { useAppSelector } from "redux/hooks"; import styles from "./Ads1.module.css"; export default function Ads1({ className }: { className?: string }) { const { isRTL } = useAppSelector((state) => state.locale); const { t } = useTranslation(); return (