import React from "react"; import { Swiper, SwiperSlide } from "swiper/react"; import { Pagination } from "swiper"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; export default function PaginationSlider() { return ( <> With Pagination Slider Image Image Image Image Image ); }