diff --git a/public/index.html b/public/index.html
index ca988eb..c62ed26 100755
--- a/public/index.html
+++ b/public/index.html
@@ -25,6 +25,10 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
+
+
+
+
WrenchBoard
diff --git a/src/assets/css/font-awesome.min.css b/src/assets/css/font-awesome.min.css
index 8548b26..b9f87ac 100644
--- a/src/assets/css/font-awesome.min.css
+++ b/src/assets/css/font-awesome.min.css
@@ -5632,6 +5632,9 @@ readers do not read off random characters that represent icons */
.fa-twitter:before {
content: "\f099"; }
+.fa-x-twitter:before {
+ content: "\e61b"; }
+
.fa-twitter-square:before {
content: "\f081"; }
diff --git a/src/assets/images/icon/twitter_icon-black.png b/src/assets/images/icon/twitter_icon-black.png
new file mode 100644
index 0000000..2c2d7e8
Binary files /dev/null and b/src/assets/images/icon/twitter_icon-black.png differ
diff --git a/src/assets/images/icon/twitter_icon-white.png b/src/assets/images/icon/twitter_icon-white.png
new file mode 100644
index 0000000..2609e58
Binary files /dev/null and b/src/assets/images/icon/twitter_icon-white.png differ
diff --git a/src/assets/images/icon/twitter_icon.svg b/src/assets/images/icon/twitter_icon.svg
new file mode 100644
index 0000000..437e2bf
--- /dev/null
+++ b/src/assets/images/icon/twitter_icon.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/Contact/Forms.js b/src/components/Contact/Forms.js
index 73ac52f..d951b5b 100644
--- a/src/components/Contact/Forms.js
+++ b/src/components/Contact/Forms.js
@@ -82,7 +82,8 @@ function Forms() {
-
+ {/* */}
+
diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js
index 56fc8d6..bc842cd 100644
--- a/src/components/HomeOne/FooterHomeOne.js
+++ b/src/components/HomeOne/FooterHomeOne.js
@@ -34,7 +34,8 @@ function FooterHomeOne({ className }) {