Moved the application to root, marketing page to /learn
I killed off the "OPLLogo" as it was not a logo, but svg text, so I replaced it with a bold h6 variant until we get a real logo.
Did some other simplification and cleanup.
For maintainability, unless you are re-using components and/or they accept dynamic data, we don't really need to expose props. A good majority of the Learn page could have been sectioned off static content.
Moved the application to root, marketing page to /learn
I killed off the "OPLLogo" as it was not a logo, but svg text, so I replaced it with a bold h6 variant until we get a real logo.
Did some other simplification and cleanup.
For maintainability, unless you are re-using components and/or they accept dynamic data, we don't really need to expose props. A good majority of the Learn page could have been sectioned off static content.