diff --git a/src/components/ui/avatars/AvatarTestimonialSection.astro b/src/components/ui/avatars/AvatarTestimonialSection.astro index 350a1569..9d69fd6d 100644 --- a/src/components/ui/avatars/AvatarTestimonialSection.astro +++ b/src/components/ui/avatars/AvatarTestimonialSection.astro @@ -1,4 +1,6 @@ --- +import { Image } from "astro:assets"; + const { src, alt } = Astro.props; interface Props { @@ -8,7 +10,7 @@ interface Props { ---
-