'use client' import Image from "next/image"; import React from "react"; import { Tab, Tabs, TabList, TabPanel } from "react-tabs"; import ProductGalleryContent from "./ProductGalleryContent"; import { Gallery, Item } from "react-photoswipe-gallery"; const ProductGallery = ({data}) => { return (
{({ ref, open }) => (
Gallery
)}
{/* End tabpanel */}
{({ ref, open }) => (
Gallery
)}
{/* End tabpanel */}
{({ ref, open }) => (
Gallery
)}
{/* End larget gallery */}
{/* End thumb gallery */}
{/* End product gallery content */}
); }; export default ProductGallery;