From e42cf6cf4b77f691f618a69bbe543c53b0729855 Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Thu, 17 Jul 2025 10:55:28 +0000 Subject: [PATCH] Do you need a shopping cart for buying multiple products with one check- --- src/components/cost-estimator/step-10-shopping-cart.tsx | 4 ++-- src/components/cost-estimator/step-11-results.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/cost-estimator/step-10-shopping-cart.tsx b/src/components/cost-estimator/step-10-shopping-cart.tsx index 656edfb..fd34cae 100644 --- a/src/components/cost-estimator/step-10-shopping-cart.tsx +++ b/src/components/cost-estimator/step-10-shopping-cart.tsx @@ -32,8 +32,8 @@ const featuresHoursMap: Record = { 'live-streaming': 55, }; const shoppingCartHoursMap = { - simple: 45, - multiple: 20 + simple: 60, + multiple: 15 }; const calculateHours = ( diff --git a/src/components/cost-estimator/step-11-results.tsx b/src/components/cost-estimator/step-11-results.tsx index 03a63e1..5908758 100644 --- a/src/components/cost-estimator/step-11-results.tsx +++ b/src/components/cost-estimator/step-11-results.tsx @@ -31,8 +31,8 @@ const featuresHoursMap: Record = { 'live-streaming': 55, }; const shoppingCartHoursMap = { - simple: 45, - multiple: 20 + simple: 60, + multiple: 15 };