import CardNormal from "@comp/Cards/CardNormal/Page"; import { Swiper, SwiperSlide } from "swiper/react"; const SurpriseSection = ({ data }) => { console.log("sss injaaaha", data); return (

پیشنهاد های ویژه امروز{" "}

{/* */}
console.log("slide change")} onSwiper={(swiper) => console.log(swiper)} className="rtl relative mt-5" breakpoints={{ 320: { slidesPerView: 1.4, }, 480: { slidesPerView: 2, }, 768: { slidesPerView: 3, }, 1024: { slidesPerView: 4.5, }, 1440: { slidesPerView: 6, }, }} > {data?.map((e, index) => ( ))}

مشاهده بیشتر{" "}

); }; export default SurpriseSection;