diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 6fce4c7..95c547e 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -3,11 +3,16 @@ import screenshot from "../assets/screenshots/3dscreenshot.webp"; import { Dot, Download } from "@lucide/astro"; import { Github } from "simple-icons-astro"; import pkg from "../../package.json"; +import { Image } from "astro:assets"; ---