diff --git a/src/components/hero.astro b/src/components/hero.astro index 7769c9f..397128d 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -1,15 +1,18 @@ --- -import { Image } from "@astrojs/image/components"; +import { Picture } from "@astrojs/image/components"; import heroImage from "assets/hero.png"; import Link from "@components/ui/link.astro"; import { Icon } from "astro-icon"; --- -
+