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