- This contest is to encourage residents to reduce the use of
- electricity and water usage. This contest would be won by the
- person with the lowest overall bill average. Join us in this
- important effort to create a more sustainable future for everyone.{" "}
-
- Participants would be required to input and upload their bills into the form to ensure integrity and honesty.{" "}
-
-
+
+
+
+ Home Bill Contest
+
+
+
+
+ This contest is to encourage residents to reduce the use of
+ electricity and water usage. This contest would be won by the
+ person with the lowest overall bill average. Join us in this
+ important effort to create a more sustainable future for everyone.{" "}
+
+
+
+
+ Winners
+
+
+
+
+ There will be 3 winners for each month. Each winner will receive
+ random vouchers.
+
+
+
1st Place → 3 vouchers
+
2nd Place → 2 vouchers
+
3rd Place → 1 voucher
+
+
+
+
-
-
- Winners
-
-
-
-
- There will 3 winners for each month. Each winner will receive
- random food vouchers.
-
-
1st → 3 vouchers
-
2nd → 2 vouchers
-
3rd → 1 voucher
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Leaderboard
+
+ {/* Add padding-bottom for white space */}
+
+ {topUser && (
+
+
+
{topUser.name}
{/* Center text */}
+
+ )}
+
+
+ {top5Users.map((user, index) => (
+
+ {index + 2}
+ {user.name}
+
+ ))}
+
+
+
+
+
+ {/* Info Modal */}
+
+
+
+ Information
+
+
+
+
Form Completion:
+
+ Participants must complete the online form, providing the following details
+
Water bill amount
+
Electricity bill amount
+
Number of dependents
+
+
+
Document Upload
+
+
Participants must upload clear, legible images of their water and electricity bills.
+
Both documents should clearly show the bill amount and date.
+
+
+
Data Accuracy
+
+
All provided information must be accurate and truthful. Inaccurate or misleading information will result in disqualification.
+
All submitted bills and details will be subject to verification.
+
+
+
Privacy and Data Handling
+
+
All personal data and bill images submitted will be handled in accordance with privacy regulations and will not be shared with third parties without consent.
+
Data will be used solely for contest purposes and to verify the validity of entries.
+
+
+
+
+
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/client/src/pages/HBFormPage.tsx b/client/src/pages/HBFormPage.tsx
index 96ba4a5..efb0f8d 100644
--- a/client/src/pages/HBFormPage.tsx
+++ b/client/src/pages/HBFormPage.tsx
@@ -139,12 +139,12 @@ export default function HBFormPage() {
return (