import React from "react"; import { useState } from "react"; import { BsChevronCompactLeft, BsChevronCompactRight } from "react-icons/bs"; import { RxDotFilled } from "react-icons/rx"; import Image from "next/image"; import WSPGallery from "../components/WSPGallery/page"; const Gallery = () => { const galleryImages = [ { img: "/img01.webp", }, { img: "/fbimg02.webp", }, { img: "/food01.jpg", }, { img: "/food02.webp", }, { img: "/IMG_1114.webp", }, { img: "/IMG_2737.webp", }, { img: "/IMG_2749.webp", }, { img: "/IMG_2766.webp", }, { img: "/img05.webp", }, { img: "/img112.webp", }, { img: "/navheader.png", }, ]; return (
GALLERY