diff --git a/client/src/components/HomePage.js b/client/src/components/HomePage.js
index fec8fdb..e363a68 100644
--- a/client/src/components/HomePage.js
+++ b/client/src/components/HomePage.js
@@ -4,15 +4,8 @@ import Footer from './Footer';
import { useHistory } from "react-router-dom";
import Lottie from 'react-lottie';
import animationData from '../lottie/plane_gif';
-import {
- Container,
- Row,
- Col,
- Carousel,
-
-} from "react-bootstrap";
+import {Container,Row,Col,Carousel, Button} 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";
import { StyledIconBase } from '@styled-icons/styled-icon'
@@ -64,8 +57,7 @@ const FeatureCol = styled(Col)`
`;
const ContainerPadded = styled(Container)`
- padding: 7% 15%;
- font-family: "Montserrat";
+ padding: 5% 5%;
text-align: center;
`;
@@ -87,6 +79,8 @@ const TestimonalTitle = styled.h2`
font-size: 3rem;
color:#fff;
line-height: 1.5;
+ align-content: center;
+ padding: 10px 50px;
`;
@@ -98,7 +92,7 @@ export default function HomePage() {
-
+
@@ -107,11 +101,11 @@ export default function HomePage() {
Adapt to a new place easy peasy.
-
- history.push("/user/register")} >Sign Up
+ history.push("/user/register")} >Sign Up
@@ -123,7 +117,7 @@ export default function HomePage() {
-
+
@@ -184,7 +178,7 @@ export default function HomePage() {
-
+
@@ -220,14 +214,16 @@ export default function HomePage() {
Recommend us to your friends !
- Download
+
- Download
+
-
+
diff --git a/client/src/components/NavBar.js b/client/src/components/NavBar.js
index d1b5f68..e6bb554 100644
--- a/client/src/components/NavBar.js
+++ b/client/src/components/NavBar.js
@@ -55,7 +55,7 @@ const List = styled.ul`
const ListElement = styled.li`
color: #fff;
text-decoration: none;
- text-transfrom: uppercase;
+ text-transform: uppercase;
position:relative;
padding:3px 50px;
@@ -123,7 +123,7 @@ export default function NavBar() {
Home
About
- Services
+ Services
Contact us
{userData.user ? (
diff --git a/client/src/index.css b/client/src/index.css
index c8bfaee..33968d4 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
-
+@import url('https://fonts.googleapis.com/css?family=Montserrat|Ubuntu');
* {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
diff --git a/client/src/login_reg.css b/client/src/login_reg.css
index f3ee582..5b16d14 100644
--- a/client/src/login_reg.css
+++ b/client/src/login_reg.css
@@ -1,3 +1,4 @@
+@import url('https://fonts.googleapis.com/css?family=Montserrat|Ubuntu');
.Apper {
display: flex;
color: white;
@@ -29,7 +30,7 @@
.Apper_heading{
position: relative;
text-align: center;
- font-family: "Ubuntu";
+ font-family: Ubuntu;
font-size: 5rem;
font-weight: bold;
color: #ffffff;