diff --git a/src/app/(main)/home/page.tsx b/src/app/(main)/home/page.tsx
index 8ce0118..06072d8 100644
--- a/src/app/(main)/home/page.tsx
+++ b/src/app/(main)/home/page.tsx
@@ -2,7 +2,7 @@
import React, { useEffect, useState } from 'react';
import { Button, Input, Group, Stack, Text, Title, Box, Select, Paper, Switch } from '@mantine/core';
-import { IconBuildingBank, IconEye } from '@tabler/icons-react';
+import { IconBuildingBank, IconEye, IconLink } from '@tabler/icons-react';
import { useRouter } from "next/navigation";
import { Providers } from "../../providers";
import { notifications } from '@mantine/notifications';
@@ -192,7 +192,7 @@ export default function Home() {
{/* Important Links Card */}
- Quick Links
+ Quick Links
@@ -202,30 +202,11 @@ export default function Home() {
-
- {/* Send Money Section */}
- {/*
- Send Money
-
-
-
-
-
-
- */}
** Book Balance includes uncleared effect. ** Click on the "Show Balance"to display balance for the Deposit and Loan account.
- {/* ** Click on the "Get Statement" to display last 5 transactions. */}
+ ** Your Password will expire in 85 days.
diff --git a/src/app/(main)/settings/change_login_password/page.tsx b/src/app/(main)/settings/change_login_password/page.tsx
index 607f1b2..8e000a7 100644
--- a/src/app/(main)/settings/change_login_password/page.tsx
+++ b/src/app/(main)/settings/change_login_password/page.tsx
@@ -177,7 +177,6 @@ export default function ChangePassword() {
return (
- More Updates comming soon .....
Change Login Password
@@ -286,7 +285,7 @@ export default function ChangePassword() {
- Note: Your new password must be 8–15 characters long and contain at least one number and one special character.
+ Note: Your new Login password must be 8–15 characters long and contain at least one number and one special character.
);
diff --git a/src/app/(main)/settings/change_txn_password/page.tsx b/src/app/(main)/settings/change_txn_password/page.tsx
index 3ba3932..b59d7d5 100644
--- a/src/app/(main)/settings/change_txn_password/page.tsx
+++ b/src/app/(main)/settings/change_txn_password/page.tsx
@@ -1,7 +1,7 @@
"use client";
import React, { useEffect, useState } from "react";
-import { TextInput, PasswordInput, Button, Title, Paper, Group, Box } from "@mantine/core";
+import { TextInput, PasswordInput, Button, Title, Paper, Group, Box, Text } from "@mantine/core";
import { notifications } from "@mantine/notifications";
import { IconLock } from "@tabler/icons-react";
import { generateCaptcha } from "@/app/captcha";
@@ -183,16 +183,17 @@ export default function ChangePassword() {
{/* Scrollable form area */}
-