diff --git a/packages/web/components/templates/landing/LandingSectionsContainer.tsx b/packages/web/components/templates/landing/LandingSectionsContainer.tsx index 29c4e2926..759e59b8d 100644 --- a/packages/web/components/templates/landing/LandingSectionsContainer.tsx +++ b/packages/web/components/templates/landing/LandingSectionsContainer.tsx @@ -84,7 +84,6 @@ const callToActionText = { } export function LandingSectionsContainer(): JSX.Element { - // const iconColor = 'rgb(255, 210, 52)' return ( landingHero-1