diff --git a/src/components/Jumbotron.js b/src/components/Jumbotron.js deleted file mode 100644 index bc133277a..000000000 --- a/src/components/Jumbotron.js +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react'; -import { Link } from 'gatsby'; -import CallToAction from './CallToAction'; -import styles from './Jumbotron.module.scss'; - -const Jumbotron = () => ( -
-

Create a free account to get started

-
- -
- - -
- Sign in to New Relic One -
- - - Create a new API key - - - - Download for other platforms - -
-
-); - -export default Jumbotron;