diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index 4563a46..5757fe9 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -11,24 +11,24 @@ const { images, class: className } = Astro.props;
-
+
{ images.map((image) => ( -
-
+
+
{image.text && ( -
+
{image.text}
)} {image.text} {image.text_alt && ( -
+
{image.text_alt}
)}