diff --git a/components/product/warranty-selector.tsx b/components/product/warranty-selector.tsx index 7526f3f29..5b92b70cd 100644 --- a/components/product/warranty-selector.tsx +++ b/components/product/warranty-selector.tsx @@ -16,16 +16,6 @@ const plans: Array<{ template: 3-Year Warranty, price: 0, key: 'Included' - }, - { - template: Premium Labor, - price: 150, - key: 'Premium Labor' - }, - { - template: +1 Year, - price: 100, - key: '+1 Year' } ]; const WarrantySelector = () => {