diff --git a/src/layouts/index.js b/src/layouts/index.js
index 1a98bc0..4249d98 100644
--- a/src/layouts/index.js
+++ b/src/layouts/index.js
@@ -6,7 +6,7 @@ import Header from '../components/Header'
import Footer from '../components/Footer'
import SideMenu from '../components/SideMenu'
import '../styles/index.css'
-import '../styles/custom.css'
+import '../styles/general.css'
const Layout = ({ children, data }) => (
diff --git a/src/pages/index.js b/src/pages/index.js
index 49829f4..f58a784 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -5,6 +5,7 @@ import InfoBox from '../components/InfoBox'
import Button from '../components/Button'
import Card from '../components/Card'
import Service from '../components/Service'
+import PageIntro from '../components/PageIntro'
import ImgIntro from '../images/software-consulting.svg'
import ImgDesign from '../images/ux-ui-design-agency.svg'
@@ -17,42 +18,10 @@ import LogoCoor from '../images/logo-coor-color.svg'
const IndexPage = ({ ...props }) => (
-
-
-
-
-
-
-
-
-
-
+
-
+ (
text="We develop for both iOS and Android. For iOS we use Swift and Objective-C. Android applications are built in Java and Kotlin. We also enjoy working with React Native technology because it allows writing native apps for both platform at once"
/>
-