From abfd84269c5a5a5dcff6b88ff15337f901dcc3fa Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Mon, 3 Jan 2022 21:30:56 -0500 Subject: [PATCH] Contact us page --- src/assets/css/main.css | 4 ++-- src/components/Contact/Forms.js | 17 ++++++++--------- src/components/Contact/index.js | 5 +++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 48cc8db..1428341 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -886,7 +886,7 @@ p { background: linear-gradient(90deg, #6b1fcd 0%, #374ede 100%); } .appie-header-area.appie-header-page-area.appie-sticky.sticky { - background: #0a44b9; + background: #4687ba; } .appie-header-area.appie-header-7-area.appie-sticky.sticky { background: #290645; @@ -7389,7 +7389,7 @@ blockquote cite { .contact-form input[type="submit"] { height: 50px; border-radius: 3px; - background: #2b70fa; + background: #4687ba; color: #fff; text-align: center; border: none; diff --git a/src/components/Contact/Forms.js b/src/components/Contact/Forms.js index a2af748..bfab7dc 100644 --- a/src/components/Contact/Forms.js +++ b/src/components/Contact/Forms.js @@ -9,20 +9,20 @@ function Forms() {

Get in touch

-

Looking for help? Fill the form and start a new adventure.

+

Looking for help? Fill the form and start a new discussion.

Headquaters

- 744 New York Ave, Brooklyn, Kings, -
New York 10224 + Cumberland Pkwy, Atlanta +
GA 30339

Phone

- (+642) 245 356 432 + (+) 404 855-7966
(+420) 336 476 328

@@ -31,17 +31,16 @@ function Forms() {
Support

- bisy@support.com -
- help@education.com + support@wrenchboard.com +

Follow Us
- + - + diff --git a/src/components/Contact/index.js b/src/components/Contact/index.js index d180803..2e60f4b 100644 --- a/src/components/Contact/index.js +++ b/src/components/Contact/index.js @@ -14,10 +14,10 @@ function Contact() { @@ -28,3 +28,4 @@ function Contact() { } export default Contact; +