diff --git a/client/src/pages/HBFormPage.tsx b/client/src/pages/HBFormPage.tsx index d92192b..46d5634 100644 --- a/client/src/pages/HBFormPage.tsx +++ b/client/src/pages/HBFormPage.tsx @@ -7,6 +7,7 @@ import { Modal, ModalBody, ModalContent, + ModalFooter, ModalHeader, } from "@nextui-org/react"; import { ArrowUTurnLeftIcon } from "../icons"; @@ -274,76 +275,93 @@ export default function HBFormPage() {
-
-
- - - - -
- -

- How many people lives in your unit? -

- -
- -
-

Total amount payable:

- {aiProcessing && ( -
- -
- )} - {!aiProcessing && ( -

- S${values.totalBill} -

- )} +
+
+
+ + + +
- -
-

Cost per dependent:

-

- S${values.avgBill} + +

+ How many people lives in your unit?

-
- + + + +
+

+ Total amount payable: +

+ {aiProcessing && ( +
+ +
+ )} + {!aiProcessing && ( +

+ S${values.totalBill} +

+ )} +
+ +
+

Cost per dependent:

+

+ S${values.avgBill} +

+
+
+
+
-
- - Confirmation - + Confirmation -
-

+

+

This form has been submitted before. If you submit again, the previous entry will be deleted. Are you sure you want to resubmit?

-
+ + +
-
- +