From be6c13dc50250e85164dc6b4e0c6e044eb7357ac Mon Sep 17 00:00:00 2001 From: soyed Date: Wed, 31 Mar 2021 14:46:24 -0400 Subject: [PATCH] merged all components and completed the route --- src/App.js | 5 +- src/homePage/homePage.js | 206 ++++++++++-------- .../navbar-component/Navbar.js | 6 +- 3 files changed, 115 insertions(+), 102 deletions(-) diff --git a/src/App.js b/src/App.js index 7ef9462..9eee6fd 100644 --- a/src/App.js +++ b/src/App.js @@ -20,11 +20,8 @@ class App extends Component { {/* */} - + - {/* */} - - ); } diff --git a/src/homePage/homePage.js b/src/homePage/homePage.js index f95a614..86803fd 100644 --- a/src/homePage/homePage.js +++ b/src/homePage/homePage.js @@ -1,107 +1,123 @@ import { Component } from "react"; -import './Homepage.css'; -import house1 from '../images/house1.jpg'; -import house2 from '../images/house2.jpg'; -import house3 from '../images/house3.jpg'; -import Carousel from 'react-bootstrap/Carousel' +import "./Homepage.css"; +import house1 from "../images/house1.jpg"; +import house2 from "../images/house2.jpg"; +import house3 from "../images/house3.jpg"; +import Carousel from "react-bootstrap/Carousel"; class Homepage extends Component { - constructor(props) { - super(props); - this.state = { - firstname: '', - lastname: '', - email: '', - message: '' - } - } + constructor(props) { + super(props); + this.state = { + firstname: "", + lastname: "", + email: "", + message: "", + }; + } - render() { - return ( -
-
-
-
-
-

YOU ARE NOT BUYING A HOUSE,

-

YOU ARE BUYING A LIFESTYLE.

-
-
-
-
-
-
- - - First House - - - Second House - - - - Third House - - - -
-
-
-
-
-

Contact Us

-
-
-
- -
-
- -
-
-
- -
-
-