import React from "react"; import "./css/home.css"; import logo from "./img/logo.png"; import Navbar from "./nav"; class Home extends React.Component { constructor(props) { super(); this.onClick = this.onClick.bind(this); } onClick(e) { e.preventDefault(); this.props.history.push("/adminLogin"); } render() { return (

Your Doctor! Your Treatment

Proactively envisioned multimedia based expertise and cross-media growth strategies. Seamlessly visualize quality intellectual capital without superior collaboration and idea-sharing.
logoImage

Health care

For all your family needs

Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions.

Laptop

Dentist

For your child whitest teeths

Completely synergize resource taxing relationships via premier niche markets. Professionally cultivate one-to-one customer service with robust ideas. Dynamically innovate resource-leveling customer service for state of the art customer service.

Laptop

Pediatrician

Children medical care

Objectively innovate empowered manufactured products whereas parallel platforms. Holisticly predominate extensible testing procedures for reliable supply chains. Dramatically engage top-line web services vis-a-vis cutting-edge deliverables.

Laptop
); } } export default Home;