diff --git a/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx b/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx index 61ad492e72..0b1685718a 100644 --- a/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx +++ b/src/components/Home/Hero/GetStarted/GetStartedWithDvc.tsx @@ -1,6 +1,5 @@ import React from 'react' import HeroContainer from '../../../HeroContainer' -import { StaticImage } from 'gatsby-plugin-image' import { cn } from '../../../../utils' import TwoRowsButtonLink from '../../../TwoRowsButton/link' @@ -55,12 +54,7 @@ const GetStartedWithDvc = () => {

Get Started with

- + DVC Logo
diff --git a/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx b/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx index 6ab9fa7abf..36b777e8e5 100644 --- a/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx +++ b/src/components/Home/Hero/GetStarted/GetStartedWithDvcX.tsx @@ -1,6 +1,5 @@ import React from 'react' import HeroContainer from '../../../HeroContainer' -import { StaticImage } from 'gatsby-plugin-image' import { cn } from '../../../../utils' import DvcxSlides from '../../LandingHero/DvcxSlides' import GetOnTheWaitlistForm from '../GetOnTheWaitlist/Form' @@ -10,12 +9,7 @@ const GetStartedWithDvcX = () => {

Get Started with

- + DVCx Logo
diff --git a/src/components/Home/Hero/HeroSection.tsx b/src/components/Home/Hero/HeroSection.tsx index 9ac4b7bfb4..b22d2397de 100644 --- a/src/components/Home/Hero/HeroSection.tsx +++ b/src/components/Home/Hero/HeroSection.tsx @@ -127,9 +127,10 @@ const HeroSection = () => { ) : ( --- )} - @@ -140,6 +141,8 @@ const HeroSection = () => {