diff --git a/src/pages/index.js b/src/pages/index.js index df763a767..d7f9f253c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -9,7 +9,6 @@ import { Button } from '@newrelic/gatsby-theme-newrelic'; import GuideListing from '../components/GuideListing/GuideListing'; import GuideTile from '../components/GuideTile/GuideTile'; import PageLayout from '../components/PageLayout'; -import Video from '../components/Video'; import FeatherIcon from '../components/FeatherIcon'; import ExternalLink from '../components/ExternalLink'; import { PageContext } from '../components/PageContext'; @@ -17,6 +16,7 @@ import { pageContext } from '../types'; import styles from './index.module.scss'; import devChampionBadge from '../images/developer-champion/dev-champion-badge.png'; import podcastBadge from '../images/podcasts/podcasts-badge.png'; +import nerdDays from '../images/nerd-days/nerd-days.png'; const getStartedGuides = [ { @@ -55,7 +55,7 @@ const IndexPage = ({ data, pageContext }) => { - +
{ >

- Whether you're new to New Relic or already a data nerd, you can - start building right now. For free. + Nerd Days is a FREE engineering conference that + kicks off October 13 (Dates vary by region). Focused on building + more perfect software, our goal is to spend less time looking at + slides that tell you what software can do and more time on + getting your hands on the software to solve problems + efficiently.

- Create an account and start using New Relic One as your - foundation to instrument everything. Ready to dive even deeper? - Create custom observability apps to better visualize your data - to answer your engineering problems. + Learn more

-

Let's start building.

-
diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index c2861a972..164d4cb7e 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -8,11 +8,6 @@ } } -.introVideo { - flex: 1; - margin-top: 0; -} - .introText { flex: 1; margin-right: 1rem;