From 83663ea5c09d4679e7b23e8be9401cd98fefa262 Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 12 Sep 2018 15:16:28 +0200 Subject: [PATCH] SEO performance, remove fading effect and messenger --- package.json | 2 - src/layouts/index.js | 6 - src/pages/contact.js | 238 +++++++++++++++-------------- src/pages/index.js | 276 ++++++++++++++++------------------ src/pages/services.js | 9 -- src/templates/post-default.js | 14 +- yarn.lock | 12 -- 7 files changed, 256 insertions(+), 301 deletions(-) diff --git a/package.json b/package.json index d7bf13f..36eb8d9 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,7 @@ "prismjs": "^1.15.0", "react-headroom": "^2.2.2", "react-helmet": "^5.2.0", - "react-messenger-customer-chat": "^0.6.2", "react-responsive-mixin": "^0.4.0", - "react-reveal": "^1.2.2", "react-typed": "^1.0.9", "serve": "^10.0.0", "slideout": "^1.0.1", diff --git a/src/layouts/index.js b/src/layouts/index.js index 29a6dc4..bb8d83a 100644 --- a/src/layouts/index.js +++ b/src/layouts/index.js @@ -5,7 +5,6 @@ import Helmet from 'react-helmet' import Header from '../components/Header' import Footer from '../components/Footer' import SideMenu from '../components/SideMenu' -import MessengerCustomerChat from 'react-messenger-customer-chat' require('typeface-montserrat') require('typeface-pt-serif') @@ -20,11 +19,6 @@ const Layout = ({ children, data }) => ( -
{children()} diff --git a/src/pages/contact.js b/src/pages/contact.js index 6c860ab..1e7b97d 100644 --- a/src/pages/contact.js +++ b/src/pages/contact.js @@ -2,7 +2,6 @@ import React from 'react' import SectionIntro from '../components/SectionIntro' import PageIntro from '../components/PageIntro' -import Fade from 'react-reveal/Fade' import Card from '../components/Card' import SEO from '../components/SEO' @@ -15,7 +14,12 @@ import PageTransition from 'gatsby-plugin-page-transitions' const ContactPage = () => ( - + (
- - -
-
-

Adress

-

- Saburly AB
- Vretenvägen 13
- 171 54 Solna
- Sweden
-

-
-
-

Contact

-

- Phone:{' '} - - +46760477717 - -
- E-mail:{' '} - - sweden@saburly.com - {' '} -

-
+ +
+
+

Adress

+

+ Saburly AB
+ Vretenvägen 13
+ 171 54 Solna
+ Sweden
+

- - +
+

Contact

+

+ Phone:{' '} + + +46760477717 + +
+ E-mail:{' '} + + sweden@saburly.com + {' '} +

+
+
+
- - -
-
-

Adress

-

- Saburly d.o.o
- Hakije Turajlica 2
- 71 000 Sarajevo
- Bosnia & Herzegovina
-

-
-
-

Contact

-

- Phone:{' '} - - +38761909238 - {' '} -
- E-mail:{' '} - - bosnia@saburly.com - {' '} -

-
+ +
+
+

Adress

+

+ Saburly d.o.o
+ Hakije Turajlica 2
+ 71 000 Sarajevo
+ Bosnia & Herzegovina
+

- - +
+

Contact

+

+ Phone:{' '} + + +38761909238 + {' '} +
+ E-mail:{' '} + + bosnia@saburly.com + {' '} +

+
+
+
- -
-
- -
- +
+ + +
+ - + -