diff --git a/public/index.html b/public/index.html
index 5251ce2..5061fb8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,19 +26,14 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
-
-
-
-
Locaft
diff --git a/public/locaft.jpg b/public/locaft.jpg
new file mode 100644
index 0000000..d069aa8
Binary files /dev/null and b/public/locaft.jpg differ
diff --git a/src/components/Footer.js b/src/components/Footer.js
index 9a948a5..a053805 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -1,8 +1,5 @@
import React from 'react';
import styled from 'styled-components';
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
-import { faFacebook, faTwitter, faInstagram } from "@fortawesome/free-brands-svg-icons";
-import { faEnvelope } from "@fortawesome/free-solid-svg-icons";
import { Facebook,Twitter, Instagram } from "@styled-icons/fa-brands";
import { Envelope } from "@styled-icons/fa-solid";
@@ -33,7 +30,6 @@ const InstagramIcon = styled(Instagram)`
margin: 20px 10px;
width: 16px;
height: 16px;
- color:#66bfbf;
`;
const EnvelopeIcon = styled(Envelope)`
margin: 20px 10px;
diff --git a/src/components/HomePage.js b/src/components/HomePage.js
index bd402a4..303e4fc 100644
--- a/src/components/HomePage.js
+++ b/src/components/HomePage.js
@@ -2,6 +2,7 @@ import React from 'react';
import '../homepage.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import NavBar from './NavBar';
+import Footer from './Footer';
import { useHistory } from "react-router-dom";
import {
Container,
@@ -12,6 +13,48 @@ import {
} from "react-bootstrap";
import styled from 'styled-components';
+import { Apple, GooglePlay } from '@styled-icons/fa-brands';
+import {CheckCircle,Heart,AddressCard,ChartLine } from '@styled-icons/fa-solid';
+import { Bullseye } from "@styled-icons/fa-solid";
+const IconApple = styled(Apple)`
+
+ width: 30px;
+ height: 30px;
+`;
+const IconGooglePlay = styled(GooglePlay)`
+ width: 26px;
+ height: 26px;
+`
+const IconCheckCircle = styled(CheckCircle)`
+ width: 50px;
+ height: 50px;
+ color: #66bfbf;
+`;
+const IconBullseye = styled(Bullseye)`
+ width: 50px;
+ height: 50px;
+ color: #66bfbf;
+
+`;
+const IconHeart = styled(Heart)`
+ width: 50px;
+ height: 50px;
+ color: #66bfbf;
+
+`;
+const IconAddressCard = styled(AddressCard)`
+ width: 50px;
+ height: 50px;
+ color: #66bfbf;
+
+
+`;
+const IconChartLine = styled(ChartLine)`
+ width: 50px;
+ height: 50px;
+ color: #66bfbf;
+
+`;
const ITag = styled.i`
@@ -29,7 +72,11 @@ const BigHeading = styled.h1`
font-size: 3.5rem;
line-height: 1.5;
`;
-
+const FeatureTitle = styled.h3`
+ font-size: 1.5rem;
+ color:#8f8f8f;
+
+`;
export default function HomePage() {
const history = useHistory();
@@ -56,7 +103,7 @@ export default function HomePage() {
-
+
@@ -68,20 +115,20 @@ export default function HomePage() {
-
-
Easy to use.
+
+
Easy to use.
Get relocated.We'll take care of everything.
-
-
Efficient
+
+
Efficient
Get highest number of services for lowest cost possible.
-
-
Relax
+
+
Relax
Sit back , we'll do the dirty work.
@@ -124,20 +171,20 @@ export default function HomePage() {
-
-
About Us
+
+
About Us
Adapting to a new place is always hard in any phase of life. We aim to make it easy.
-
-
Vision
+
+
Vision
Bringing all the basic amenities to the new place before your arrival.
-
-
Mission
+
+
Mission
Getting adapted and familiar to the new place made easy.
@@ -151,29 +198,14 @@ export default function HomePage() {
Recommend us to your friends !
- Download
- Download
+ Download
+
+ Download
-
-
Any comments ?
-
Your comments are what help us improve.
-
-
-
-