diff --git a/src/templates/Hero.tsx b/src/templates/Hero.tsx index ee11057..fe02797 100644 --- a/src/templates/Hero.tsx +++ b/src/templates/Hero.tsx @@ -1,7 +1,6 @@ import Link from 'next/link'; import { Background } from '../background/Background'; -import { Button } from '../button/Button'; import { HeroOneButton } from '../hero/HeroOneButton'; import { Section } from '../layout/Section'; import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns'; diff --git a/src/templates/VerticalFeatures.tsx b/src/templates/VerticalFeatures.tsx index b763cb2..049fbad 100644 --- a/src/templates/VerticalFeatures.tsx +++ b/src/templates/VerticalFeatures.tsx @@ -1,4 +1,4 @@ -import { VerticalFeatureRow } from '../feature/VerticalFeatureRow'; +//import { VerticalFeatureRow } from '../feature/VerticalFeatureRow'; import { Section } from '../layout/Section'; const VerticalFeatures = () => (