mirror of
https://github.com/vercel/commerce.git
synced 2025-05-11 04:07:50 +00:00
feat: remove warranty add ons for now
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
parent
f05cfce165
commit
f704ac5ed3
@ -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 = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user