import { ShieldCheckIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; import WarrantySelector from './warranty-selector'; const Warranty = () => { return (
Protect your product
Extended Warranty What's Included Terms & Conditions
); }; export default Warranty;