From f704ac5ed328a8e433ded89d5e6427da2b454b4c Mon Sep 17 00:00:00 2001 From: jrphilo Date: Tue, 9 Jul 2024 15:55:49 +0200 Subject: [PATCH] feat: remove warranty add ons for now Signed-off-by: jrphilo --- components/product/warranty-selector.tsx | 10 ---------- 1 file changed, 10 deletions(-) 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 = () => {