Galerie
@@ -34,34 +108,41 @@ const GallerySection = () => {
- {images.map((image, index) => (
-
openLightbox(image)}
+ {displayImages.map((image) => (
+
openLightbox(`${apiBase}${image.image_url}`)}
>
-
))}
-
-
-
+
+
+
+
+
+
- {/* Lightbox */}
{selectedImage && (
-
-