diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index edf790d3d1d..6416d672a68 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -27,6 +27,7 @@ import CodeBlock from 'components/MDX/CodeBlock'; import {ExternalLink} from 'components/ExternalLink'; import sidebarBlog from '../../sidebarBlog.json'; import * as React from 'react'; +import Image from 'next/image'; function Section({children, background = null}) { return ( @@ -117,10 +118,12 @@ export function HomeContent() {