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

لوازم بهداشتی زیبایی{" "}

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

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

); }; export default BeautySection;