translations, listing-page and login and accout page

This commit is contained in:
soyed 2021-04-07 13:46:07 -04:00
parent 08a6245632
commit c5eef94732
13 changed files with 21452 additions and 197 deletions

View file

@ -1,5 +1,6 @@
import React from "react";
import "./listing-page.css";
import { Link } from "react-router-dom";
// import house images
import house_img1 from "../../images/house1-2.jpg";
@ -102,9 +103,11 @@ const ListingPage = () => {
West facing backyard!
</p>
<div className="booking-btn">
<button type="button" class="btn btn-outline-success">
Book Showing
</button>
<Link to="/contact-us">
<button type="button" class="btn btn-lg btn-info">
Book Showing
</button>
</Link>
</div>
</div>
</div>