Added the slogan.
This commit is contained in:
parent
3c5b66081f
commit
ca081c8141
3 changed files with 58 additions and 19 deletions
|
@ -0,0 +1,24 @@
|
|||
import { Component } from "react";
|
||||
import './Homepage.css'
|
||||
|
||||
class Homepage extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="Homepage">
|
||||
<section className="colored-section2" id="title">
|
||||
<div className="container-fluid">
|
||||
<div className="row">
|
||||
<div className="col-12">
|
||||
<h1 className="big-heading">YOU ARE NOT BUYING A HOUSE, </h1>
|
||||
<h1 className="big-heading">YOU ARE BUYING A LIFESTYLE. </h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Homepage;
|
Loading…
Add table
Add a link
Reference in a new issue