diff --git a/src/components/landing-pages/hero.tsx b/src/components/landing-pages/hero.tsx index 861043f6df..bec2ced6ca 100644 --- a/src/components/landing-pages/hero.tsx +++ b/src/components/landing-pages/hero.tsx @@ -13,7 +13,6 @@ interface LandingHeroProps { trackingCategory: string; ctaText?: string; ctaLink?: string; - lottie?: {}; gradient: string; image?: StaticImageData; mobileImage?: StaticImageData; @@ -31,7 +30,6 @@ export const LandingHero: React.FC = ({ ctaText, ctaLink, gradient, - lottie, image, mobileImage, noCta, @@ -83,13 +81,6 @@ export const LandingHero: React.FC = ({ contactUsLink={contactUsLink} /> - - -