fix: design in view profile and account overview
feat : page add for e mandate otp
This commit is contained in:
@@ -472,16 +472,24 @@ export default function Home() {
|
||||
Quick Links
|
||||
</Title>
|
||||
<Stack gap="xs">
|
||||
<Button variant="light" color="blue" fullWidth>
|
||||
Loan EMI Calculator
|
||||
<Button
|
||||
variant="light"
|
||||
color="green"
|
||||
fullWidth
|
||||
onClick={() => window.open("https://kccbhp.bank.in/about-us/history-of-kccb/", "_blank")}
|
||||
>
|
||||
About Us
|
||||
</Button>
|
||||
<Button variant="light" color="blue" fullWidth>
|
||||
<Button variant="light" color="green" fullWidth component="a" href="/BranchLocator" target="_blank">
|
||||
Branch Locator
|
||||
</Button>
|
||||
<Button variant="light" color="blue" fullWidth>
|
||||
<Button variant="light" color="green" fullWidth component="a" href="/ATMLocator" target="_blank">
|
||||
ATM Locator
|
||||
</Button>
|
||||
<Button variant="light" color="green" fullWidth component="a" href="/CustomerCare" target="_blank">
|
||||
Customer Care
|
||||
</Button>
|
||||
<Button variant="light" color="blue" fullWidth>
|
||||
<Button variant="light" color="green" fullWidth component="a" href="/FAQs" target="_blank">
|
||||
FAQs
|
||||
</Button>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user