From a42ee2168e90ccd3419868ed63c098cf2f82f975 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Thu, 15 Aug 2024 08:11:00 +0200 Subject: [PATCH] kontakt na comgate a footer --- frontend/src/scripts/index.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index e8a87fa..4f928c8 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -118,14 +118,18 @@ class Main extends Component { Galerie - {this.state.page == "#payments" && -
- Platební bránu poskytuje firma Comgate, a.s. + {this.state.page == "#payment" && +
+ Platební bránu poskytuje firma Comgate, a.s. Platit je možné pomocí platební karty nebo bankovním převodem. Podrobnosti a přesný postup platby včetně animací najdete v odkazech.
+ Kontakt na Comgate, a.s.
+ Gočárova třída 1754 / 48b, Hradec Králové
+ E-mail: platby-podpora@comgate.cz
+ Tel: +420 228 224 267
} {this.state.page == "#gallery" && @@ -331,6 +335,7 @@ class Main extends Component { Číslo účtu: 131-2219860207/0100
E-mail: info@alkator.cz
Tel: +420 728 018 088
+
);