import PresignedImage from '@/components/PresignedImage' import { type ProductType } from '@/pages/request/type/Types' import { type FC } from 'react' const ServiceItem: FC<{ product: ProductType }> = ({ product }) => { return (