import CardNormal from "@comp/Cards/CardNormal/page"; import Link from "next/link"; import { Swiper, SwiperSlide } from "swiper/react"; const BeautySection = ({ data }) => { return (

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

console.log("slide change")} className="rtl relative mt-5" // dir="rtl" 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;