import React from "react"; import Image from "next/image"; const ProductGallery = () => { const galleryImg = [ { id: 1, src: "/gallery1.jpg", alt: "Gallery image 1", text: "All Rudraksha", }, { id: 2, src: "/gallery3.jpg", alt: "Gallery image 2", text: "Siddha Mala", }, { id: 3, src: "/gallery2.jpg", alt: "Gallery image 3", text: "Murti & Yantra", }, { id: 4, src: "/gallery4.png", alt: "Gallery image 4", text: "Rudraksha Combination", }, { id: 5, src: "/gallery5.webp", alt: "Gallery image 5", text: "Japa Mala" }, { id: 6, src: "/gallery6.jpg", alt: "Gallery image 6", text: "Kantha Mala", }, { id: 7, src: "/gallery7.webp", alt: "Gallery image 7", text: "Shaligram" }, ]; const ImageWithOverlay = ({ src, alt, text, className }) => (
{text}