From 3995f21356b59f3efac474b3cabf6b9e83d86f48 Mon Sep 17 00:00:00 2001 From: albivkt Date: Tue, 29 Jul 2025 23:56:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D1=8B=20ContactSection,=20Footer=20=D0=B8=20MobileMenu:?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B0=20=D1=8D=D0=BB=D0=B5=D0=BA=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=BD=D0=BD=D1=83=D1=8E=20=D0=BF=D0=BE=D1=87=D1=82=D1=83?= =?UTF-8?q?=20=D1=81=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=BC=D0=B8=20=D1=81=D1=82=D0=B8=D0=BB=D1=8F=D0=BC=D0=B8?= =?UTF-8?q?=20=D0=B8=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0=D0=BC=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B2=D0=B8=D0=B7=D1=83=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=B2=D0=BE=D1=81=D0=BF=D1=80=D0=B8=D1=8F?= =?UTF-8?q?=D1=82=D0=B8=D1=8F=20=D0=B8=20=D1=83=D0=B4=D0=BE=D0=B1=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D0=B0=20=D0=B2=D0=B7=D0=B0=D0=B8=D0=BC=D0=BE=D0=B4?= =?UTF-8?q?=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContactSection.tsx | 14 ++++++++++++++ src/components/Footer.tsx | 6 +++++- src/components/MobileMenu.tsx | 15 +++++++++++++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/src/components/ContactSection.tsx b/src/components/ContactSection.tsx index 604fc1a..ad1b02d 100644 --- a/src/components/ContactSection.tsx +++ b/src/components/ContactSection.tsx @@ -159,6 +159,20 @@ const ContactSection = () => {

+ +
+
+ + + +
+
+

Email

+ + Vashdom121@mail.ru + +
+
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f5a8627..4b192a3 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -56,7 +56,11 @@ const Footer = () => { +7 953 014 86 06 -
  • info@vashdom.ru
  • +
  • + + Vashdom121@mail.ru + +
  • г. Чебоксары,
    ул. Калинина, 107 diff --git a/src/components/MobileMenu.tsx b/src/components/MobileMenu.tsx index 7f49707..82196d0 100644 --- a/src/components/MobileMenu.tsx +++ b/src/components/MobileMenu.tsx @@ -49,7 +49,7 @@ const MobileMenu = ({ isOpen, onClose, onCallbackClick }: MobileMenuProps) => {