- {/* Mobile view (1 column) */}
-
- {images.map((image, index) => (
-
-
-
- ))}
-
-
- {/* Tablet view (2 columns) */}
-
-
- {images.slice(0, 4).map((image, index) => (
-
-
-
- ))}
-
-
- {images.slice(4, 8).map((image, index) => (
-
-
-
- ))}
-
-
-
- {/* Desktop view (4 columns) */}
-
- {/* First Column */}
-
-
- {/* Second Column */}
-
-
- {/* Third Column */}
-
-
- {/* Fourth Column */}
-
-
-