fix: footer

This commit is contained in:
2025-06-27 10:04:57 +03:00
parent 5c05f9c2bb
commit cc492e5e64
12 changed files with 410 additions and 180 deletions

View File

@@ -1,29 +1,23 @@
import s from './styles.module.scss';
import {
CiPhoneIcon,
EnvelopeIcon,
MapIcon,
TgIcon,
WaIcon,
} from '@shared/ui/icon';
import { Icons } from '@shared/ui/icon';
function TopMenu() {
return (
<section className={s.Container}>
<div className={s.Top}>
<div className={s.Icons}>
<WaIcon className={s.Icon} />
<TgIcon className={s.Icon} />
<CiPhoneIcon className={s.Icon} />
<Icons.Whatsapp className={s.Icon} />
<Icons.Telegram className={s.Icon} />
<Icons.Phone className={s.Icon} />
</div>
<div className={s.Contacts}>
<p className={s.Item}>
<EnvelopeIcon className={s.IconBox} />
<Icons.Envelope className={s.IconBox} />
spo-71@yandex.ru
</p>
<p className={s.Item}>
<MapIcon className={s.IconBox} />
<Icons.Map className={s.IconBox} />
г. Сочи, Навагинская д. 9д, оф. 35
</p>
</div>