import React, { Component } from "react"; import "./App.css"; // import HeadNavbar from "./components/Navbar"; import DriftChat from "./components/Drift"; import Homepage from "./pages/Homepage"; import WhatIs from "./layouts/WhatIs" import Footer from "./components/Footer"; // Make this DRY ~ DO NOT REPEAT YOURSELF class App extends Component { render() { return (
{/* Above the fold but below navbar */} {/* FIX BACKground image to only render before scroll on mobile/web */} {/* BELOW THE FOLD */} {/* */}
); } } export default App; { /*
logo

BOOBY React

To get started, edit src/App.js and save to reload.

*/ }