+
Premium Salary Plus loan provides confirmed staff of commercial
organizations more usable funds. The employee’s organization must have
@@ -29,9 +29,9 @@ const FeatureText: FC = () => {
- ***Click here to apply
+ ***
Click here to apply
Terms and conditions apply
diff --git a/src/components/shared/InputCompOne.tsx b/src/components/shared/InputCompOne.tsx
index fad54aa..636e017 100644
--- a/src/components/shared/InputCompOne.tsx
+++ b/src/components/shared/InputCompOne.tsx
@@ -11,7 +11,12 @@ interface InputCompOneProps {
tabIndex?: number;
ref?: React.RefObject;
selectValue?: string;
+ labelSpan?: string;
+ labelSpanClass?: string;
parentInputClass?: string;
+ inputClass?: string;
+ parentSelectClass?: string;
+ selectClass?: string;
input?: boolean;
select?: boolean;
inputType?: string;
@@ -21,7 +26,9 @@ interface InputCompOneProps {
const InputCompOne: React.FC = ({
label,
- labeClass,
+ labelClass,
+ labelSpan,
+ labelSpanClass,
placeholder = "Placeholder",
value,
onChange,
@@ -35,13 +42,17 @@ const InputCompOne: React.FC = ({
inputType = "text",
selectOptions,
icon,
+ selectClass,
+ inputClass,
+ parentInputClass,
+ parentSelectClass,
}) => {
return (
-
+
{label && (
-
+
{label}
- {/* * */}
+ {labelSpan && {labelSpan} }
)}
{input && (
@@ -55,6 +66,7 @@ const InputCompOne: React.FC = ({
name={name}
tabIndex={tabIndex}
ref={ref}
+ className={inputClass}
/>
{icon && (
@@ -64,9 +76,9 @@ const InputCompOne: React.FC = ({
)}
{select && (
-
-
- {selectOptions.map((option) => (
+
+
+ {selectOptions?.map((option) => (
{option.label}
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index b042151..7e9685e 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -1,5 +1,12 @@
import { FC } from "react";
-import { Hero, Header, TopHeader, Requirements } from "../components";
+import {
+ Hero,
+ Header,
+ TopHeader,
+ Requirements,
+ TopFooterOne,
+ MidFooter,
+} from "../components";
const HomePage: FC = () => {
return (
@@ -8,6 +15,8 @@ const HomePage: FC = () => {
+
+
>
);
};
diff --git a/src/utils/data.tsx b/src/utils/data.tsx
index 2114a15..5ef3c25 100644
--- a/src/utils/data.tsx
+++ b/src/utils/data.tsx
@@ -47,3 +47,95 @@ export const socialsIcons = [
{ name: "twitter", image: Twitter },
{ name: "instagram", image: Instagram },
];
+
+export const footerItems = [
+ {
+ category: "PERSONAL BANKING",
+ subItems: [
+ { text: "CURRENT ACCOUNTS", href: "/current-accounts" },
+ { text: "SAVINGS ACCOUNTS", href: "/savings-accounts" },
+ { text: "INVESTMENTS", href: "/investment-accounts" },
+ { text: "LOANS AND CREDIT CARDS", href: "/loans-and-credit-cards" },
+ {
+ text: "NON-RESIDENT NIGERIAN (NRN) BANKING",
+ href: "https://www.fcmb.com/non-resident-nigerian",
+ },
+ { text: "WAYS TO BANK", href: "/ways-to-bank" },
+ { text: "BANCASSURANCE", href: "/bancassurance" },
+ ],
+ },
+ {
+ category: "BUSINESS BANKING",
+ subItems: [
+ { text: "PROPOSITIONS", href: "" },
+ { text: "CURRENT ACCOUNTS", href: "/business-current-accounts" },
+ { text: "SAVINGS ACCOUNTS", href: "/node/178" },
+ { text: "LOANS", href: "/business-loans" },
+ { text: "BONDS & GUARANTEES", href: "/bonds-and-guarantees" },
+ { text: "INTERVENTION FUNDS", href: "/intervention-funds" },
+ { text: "TRADE SERVICE", href: "/trade-service" },
+ { text: "PAYMENT & COLLECTION", href: "/payment-and-collection" },
+ { text: "WAYS TO BANK", href: "/business-ways-to-bank" },
+ ],
+ },
+ {
+ category: "CORPORATE BANKING",
+ subItems: [
+ { text: "FOREIGN EXCHANGE SERVICES", href: "/foreign-exchange-services" },
+ { text: "TRADE SERVICES", href: "/node/166" },
+ { text: "CASH MANAGEMENT SOLUTIONS", href: "/cash-management" },
+ { text: "CORPORATE FINANCE", href: "/corporate-finance" },
+ ],
+ },
+ {
+ category: "GROUP & SUBSIDIARIES",
+ subItems: [
+ { text: "FCMB GROUP PLC", href: "https://www.fcmbgroup.com/" },
+ { text: "CSL STOCKBROKERS", href: "https://www.cslstockbrokers.com/" },
+ {
+ text: "FCMB CAPITAL MARKETS",
+ href: "https://www.fcmbcapitalmarketsng.com/",
+ },
+ {
+ text: "FCMB ASSET MANAGEMENT",
+ href: "https://www.fcmbassetmanagement.com/index/",
+ },
+ { text: "FCMB MICROFINANCE BANK", href: "/fcmb-microfinance-initiative" },
+ { text: "FCMB UK", href: "http://www.fcmbuk.com/" },
+ { text: "FCMB PENSIONS LIMITED", href: "https://www.fcmbpensions.com/" },
+ { text: "CREDIT DIRECT LIMITED", href: "https://www.creditdirect.ng" },
+ { text: "FCMB TRUSTEES", href: "http://fcmbtrustees.com/" },
+ ],
+ },
+ {
+ category: "ABOUT US",
+ subItems: [
+ {
+ text: "OUR VISION/MISSION/VALUES",
+ href: "/about-us/vision-mision-core-values",
+ },
+ { text: "OUR HISTORY", href: "/about-us/our-history" },
+ {
+ text: "INVESTOR RELATIONS",
+ href: "http://www.fcmbgroup.com/investor-relations",
+ },
+ { text: "CSR", href: "/corporate-social-responsibility/index.html" },
+ { text: "SUSTAINABILITY", href: "/sustainability/index.html" },
+ { text: "OUR LEADERSHIP", href: "/about-us/our-leadership" },
+ { text: "BOARD OF DIRECTORS", href: "/about-us/board-of-directors" },
+ { text: "MEDIA RELATIONS", href: "/media-relations" },
+ { text: "AWARDS AND RECOGNITION", href: "/awards" },
+ { text: "OUR POLICY", href: "/our-policies" },
+ ],
+ },
+ {
+ category: "MY BANK AND I",
+ subItems: [
+ { text: "TELEPHONE SELF SERVICE", href: "/telephone-self-service" },
+ { text: "CURRENT CAMPAIGNS/PROMOS", href: "/current-campaigns-promos" },
+ { text: "CAREERS", href: "/career" },
+ { text: "CUSTOMER FEEDBACK", href: "/customer-feedback" },
+ { text: "CUSTOMER SERVICE", href: "/customer-service" },
+ ],
+ },
+];