diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 031473b..6b6abda 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,10 +2,6 @@ // Properties const { Title, Description, VideoSrc, UseImage, UseVideo, Credit, VideoPoster, Image } = Astro.props; -// Components -import SudoVanillaLogo from "@components/global/SudoVanillaLogo.astro"; -import SudoVanilla from "@components/global/SudoVanillaLogo.astro"; - // Icons import { InfoCircle } from "@iconoir/vue"; --- @@ -13,19 +9,8 @@ import { InfoCircle } from "@iconoir/vue";
{Description}
diff --git a/src/pages/roadmap.mdx b/src/pages/roadmap.mdx deleted file mode 100644 index f779be2..0000000 --- a/src/pages/roadmap.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: '@layouts/Markdown.astro' -title: Roadmap ---- - -import Heading from '@components/Heading.astro' -import {MapsArrowDiagonal} from '@iconoir/vue' - -