diff --git a/src/components/helpers/carousel/Carousel.jsx b/src/components/helpers/carousel/Carousel.jsx
index 1c223202..daeb8e62 100644
--- a/src/components/helpers/carousel/Carousel.jsx
+++ b/src/components/helpers/carousel/Carousel.jsx
@@ -47,14 +47,13 @@ export default function EmblaCarousel({ data }) {
}, [emblaApi, onSelect]);
return (
-
-
-
+
+
+
{data.map((photo, index) => (
-
-
+
+

@@ -64,7 +63,7 @@ export default function EmblaCarousel({ data }) {