+
Do you need a shopping cart for buying multiple products with one check-out?
+
+
+
+
+
+
+
+ {estimatedHours}+ hours
+
+
+
+
+ );
+}
diff --git a/src/components/cost-estimator/step-10-results.tsx b/src/components/cost-estimator/step-11-results.tsx
similarity index 92%
rename from src/components/cost-estimator/step-10-results.tsx
rename to src/components/cost-estimator/step-11-results.tsx
index 404e764..15bfd67 100644
--- a/src/components/cost-estimator/step-10-results.tsx
+++ b/src/components/cost-estimator/step-11-results.tsx
@@ -1,4 +1,3 @@
-
"use client";
import type { FormData } from './cost-estimator-form';
@@ -7,7 +6,7 @@ import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/com
import { PartyPopper, RefreshCw } from 'lucide-react';
import React from 'react';
-type Step10Props = {
+type Step11Props = {
formData: FormData;
onReset: () => void;
estimatedHours: number;
@@ -30,6 +29,7 @@ const featuresHoursMap: Record