diff --git a/debug.log b/debug.log index 8ea5f04..c651497 100644 --- a/debug.log +++ b/debug.log @@ -1 +1,2 @@ [1206/101249.288:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) +[1231/174759.272:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) diff --git a/public/avasa_optmized.jpg b/public/avasa_optmized.jpg new file mode 100644 index 0000000..4d26298 Binary files /dev/null and b/public/avasa_optmized.jpg differ diff --git a/public/indigo_optimized.jpg b/public/indigo_optimized.jpg new file mode 100644 index 0000000..cdb0cad Binary files /dev/null and b/public/indigo_optimized.jpg differ diff --git a/public/locaft_optmized.jpg b/public/locaft_optmized.jpg new file mode 100644 index 0000000..ab5baa0 Binary files /dev/null and b/public/locaft_optmized.jpg differ diff --git a/public/skyscraper.jpg b/public/skyscraper.jpg new file mode 100644 index 0000000..f5b6e72 Binary files /dev/null and b/public/skyscraper.jpg differ diff --git a/public/vrl_optmized.jpg b/public/vrl_optmized.jpg new file mode 100644 index 0000000..cd0a2d0 Binary files /dev/null and b/public/vrl_optmized.jpg differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index c211af4..24fcb20 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -14,17 +14,20 @@ 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 { CheckCircle, Heart, AddressCard, ChartLine } from '@styled-icons/fa-solid'; import { Bullseye } from "@styled-icons/fa-solid"; -const IconApple = styled(Apple)` +import { StyledIconBase } from '@styled-icons/styled-icon' +const IconStyler = styled.div` + ${StyledIconBase} { + width: ${props => props.w ? props.w : 26}px; + height: ${props => props.height ? props.height : 26}px; + color: ${ props => props.color ? props.color: "white"}; + + + } + - width: 30px; - height: 30px; `; -const IconGooglePlay = styled(GooglePlay)` - width: 26px; - height: 26px; -` const IconCheckCircle = styled(CheckCircle)` width: 50px; height: 50px; @@ -68,6 +71,7 @@ const WhiteSection = styled.section` `; const PressSection = styled(ColoredSection)` padding-bottom: 3%; + align-items:center; `; const PressLogo = styled.img` @@ -99,6 +103,11 @@ const FeatureTitle = styled.h3` align-self: center; `; +const TestimonalTitle = styled.h2` + font-size: 3rem; + color:#fff; + line-height: 1.5; + `; export default function HomePage() { const history = useHistory(); @@ -106,7 +115,7 @@ export default function HomePage() { return (
- < NavBar /> + @@ -125,7 +134,7 @@ export default function HomePage() { - locaft-mockup + locaft-mockup @@ -133,11 +142,11 @@ export default function HomePage() { - + - + Easy to use.

Get relocated.We'll take care of everything.

@@ -156,36 +165,36 @@ export default function HomePage() {
-
+
-
+ - + + + + I had to shift from Bangalore to Hyderabad. Thanks to Locaft , it was easy to know about this place. +

Nishant, Pune

+
+
+ + +

Relocation took me 3 months previously , but thanks to Locaft , everything was done within 3 days.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
+
-
+ + + - Our Partners - - - + + Our Partners + + + + + @@ -220,9 +229,9 @@ export default function HomePage() { Recommend us to your friends ! - +   - + diff --git a/src/components/LogInContainer.js b/src/components/LogInContainer.js index 2fbd5e9..8dc5dad 100644 --- a/src/components/LogInContainer.js +++ b/src/components/LogInContainer.js @@ -20,7 +20,7 @@ const LogInContainer = (props) => {
- +
diff --git a/src/login_reg.css b/src/login_reg.css index 25584f0..6eb840e 100644 --- a/src/login_reg.css +++ b/src/login_reg.css @@ -1,6 +1,7 @@ .Apper { display: flex; color: white; + height:100vh; } .Apper__Aside {