'use client' import { FC } from 'react' import ProductCard from '@/components/ProductCard' import Image from 'next/image' import { Swiper, SwiperSlide } from 'swiper/react'; const HotOffer: FC = () => { return (
پیشنهاد های
داغ
سندس کالا
) } export default HotOffer