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