From bf1583ba378a24f9a64d57e9cc6304af6989b276 Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Fri, 18 Jul 2025 04:48:31 +0000 Subject: [PATCH] great! but make the modal less tall and more wide so it fits better with --- .../cost-estimator/step-11-results.tsx | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/src/components/cost-estimator/step-11-results.tsx b/src/components/cost-estimator/step-11-results.tsx index 5e6011f..0b27558 100644 --- a/src/components/cost-estimator/step-11-results.tsx +++ b/src/components/cost-estimator/step-11-results.tsx @@ -218,34 +218,35 @@ export function Step11Results({ onReset, customHours, readyMadeHours, formData } Send Estimate to Email - + Get Your Detailed Estimate Fill out the form below and we'll email you a PDF copy of your estimate. +
+
+

Estimate Summary

+ + +
+ Custom Development + {customHours}+ hours +
+ +
+ Ready-Made Tools + {readyMadeHours}+ hours +
+
+
+

+ Note: This is a preliminary estimate. We will contact you for a more detailed quote. +

+
-
- - - - Estimate Summary - - -
- Custom Development - {customHours}+ hours -
-
- Ready-Made Tools - {readyMadeHours}+ hours -
-
-
- - - +
@@ -269,12 +270,13 @@ export function Step11Results({ onReset, customHours, readyMadeHours, formData }
+ + + +
- - -