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