@@ -174,12 +174,19 @@ export default function VerificationIntroPage() {
{showSteps && (
{STEPS.map((step, index) => (
-
+
Step {String(index + 1).padStart(2, "0")}
-
{step.title}
-
{step.description}
+
+ {step.title}
+
+
+ {step.description}
+
))}
@@ -188,35 +195,35 @@ export default function VerificationIntroPage() {
{status === "KYC_EXPIRED" && (
KYC Expired
-
+
Your previous verification has expired, please verify again.
)}
{status === "IN_REVIEW" && (
-
+
We're reviewing your documents.
-
+
This usually takes up to 24 hours.
-
+
You'll receive a notification once approved.
)}
{showSteps && (
-
+
Your Data is Secured and never Shared
)}
{showSteps && (
-
Takes less than 2 minutes
+
Takes less than 2 minutes
)}
{status === "APPROVED" ? (
@@ -296,7 +303,7 @@ export default function VerificationIntroPage() {
-
+
}
>
@@ -318,14 +325,16 @@ export default function VerificationIntroPage() {
unoptimized
/>
-
Use Mobile Device
-
+
+ Use Mobile Device
+
+
Identity verification works best on mobile devices for security and camera access.
-
-
+
+
How to verify on mobile:
{MOBILE_STEPS.map((step, index) => (
@@ -333,7 +342,7 @@ export default function VerificationIntroPage() {
{index + 1}
-
{step}
+
{step}
))}