diff --git a/front-end/src/App.js b/front-end/src/App.js index a03b0a1..0742076 100644 --- a/front-end/src/App.js +++ b/front-end/src/App.js @@ -7,6 +7,9 @@ import styled from 'styled-components' import Home from './components/Home'; import Plant from './components/Plant'; import PlantList from './components/PlantList'; + +import Login from './components/Login'; + import SignupPage from './components/SignupPage'; import PrivateRoute from './components/PrivateRoute'; import UserProfile from './components/UserProfile'; @@ -15,6 +18,7 @@ import UserProfile from './components/UserProfile'; const StyleHeader = styled.header` background-color: #e8dfe3;` + const initialFormValues = { nickname: '', species: '', diff --git a/front-end/src/components/Home.js b/front-end/src/components/Home.js index 77874cc..4bd9ca4 100644 --- a/front-end/src/components/Home.js +++ b/front-end/src/components/Home.js @@ -30,6 +30,23 @@ export default function Home() { return( +
+
+ Ok, so we can’t really guarantee you won’t kill your houseplants.
Plants have different needs and react to sunlight, water, and fertilizer in a variety of ways. Learn about their needs and you might be able to stop the damage in time. Use a little extra TLC, and they might even flourish.
Not sure where to start?
Our app is here to help you figure out what your plants need and how you can nurture them.
Manually enter your plant babies' species into the app and you'll get a brief description of what your plants should look like when they're healthy, care instructions with their water and light preferences, as well as a list of common issues that cause them to fall ill.
+ +By logging the different species of plants you have at home, you can manually keep track of the light intensity of the room in which they're placed and get push notifications about when you should water them based on the weather in your area.
+ +