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 house4 from "../images/house4.jpg"; import Carousel from "react-bootstrap/Carousel"; import Button from "react-bootstrap/Button"; class Homepage extends Component { constructor(props) { super(props); this.state = { nextIcon: , prevIcon: , }; } render() { const { nextIcon, prevIcon } = this.state; return (

YOU ARE NOT BUYING A HOUSE,

YOU ARE BUYING A LIFESTYLE.

First House

100 Charlie Rogers, Kanata, ON K2V 1A7

1 Bedroom, 2 Bathroom

Second House

1490 Youville Drive, Orléans, ON K1C 2X8

1 Bedroom, 2 Bathroom

Third House

8720 Russell Road, Navan, ON K4B 1J1

1 Bedroom, 2 Bathroom

Fourth House

2785 8th Line Road, Metcalfe, ON K0A 2P0

1 Bedroom, 2 Bathroom

Description

Welcome to Kene's Cribs. Kene's Cribs is a real estator company which provides the clients with the houses.

The houses limited to the clients are only limited to the clients' dreams. In order to further navigate the

website, use the navigation bar to switch between pages. Listings page is for browsing houses, Agents page

is for browsing the estators, the Contact Us page is for the contacting us and the login page is for our

members who want to benefit from our deals. Above are some houses which can interest you. Feel free to

click the buttons above to explore the houses you want.

); } } export default Homepage;