import { ShieldCheckIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; import WarrantySelector from './warranty-selector'; type WarrantyProps = { productType: string | null; }; const Warranty = ({ productType }: WarrantyProps) => { return (