import {
ArrowPathIcon,
CurrencyDollarIcon,
ShieldCheckIcon,
StarIcon,
TruckIcon,
UsersIcon
} from '@heroicons/react/24/outline';
const SpecialOffer = () => {
return (
Flat Rate Shipping
We offer a flat $299 shipping fee to commercial addresses
Best Price Guarantee
We will match or beat any competitor's pricing
Unbeatable Warranty
Up to 5 years with unlimited miles
Excellent Support
End-to-end, expert care from our customer service team
Core Charge Waiver
Avoid the core charge by returning within 30 days
Free Core Return
Unlike competitors, we pay for the return of your core
);
};
export default SpecialOffer;