feat: remove warranty add ons for now

Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
jrphilo 2024-07-09 15:55:49 +02:00
parent f05cfce165
commit f704ac5ed3
No known key found for this signature in database
GPG Key ID: A8BAD7933F97046F

View File

@ -16,16 +16,6 @@ const plans: Array<{
template: <span className="font-bold">3-Year Warranty</span>,
price: 0,
key: 'Included'
},
{
template: <span className="font-bold">Premium Labor</span>,
price: 150,
key: 'Premium Labor'
},
{
template: <span className="font-bold">+1 Year</span>,
price: 100,
key: '+1 Year'
}
];
const WarrantySelector = () => {