added pages for top header nav links

This commit is contained in:
Ebube
2024-03-18 17:42:36 +01:00
parent df6fe828e3
commit dde4072593
9 changed files with 73 additions and 14 deletions
+5 -4
View File
@@ -7,12 +7,13 @@ import XWhite from "../assets/images/socials/twitterx.svg";
import WhatsappWhite from "../assets/images/socials/whatsapp.svg";
import YoutubeWhite from "../assets/images/socials/youtube.svg";
import InstagramWhite from "../assets/images/socials/instagram.svg";
import { RouteHandler } from "../router/routes";
export const top_header_data = [
{ id: 1, name: "HOME" },
{ id: 2, name: "PERSONAL" },
{ id: 3, name: "BUSINESS" },
{ id: 4, name: "CORPORATE" },
{ id: 1, name: "HOME", href: RouteHandler.homepage },
{ id: 2, name: "PERSONAL", href: RouteHandler.personalBanking },
{ id: 3, name: "BUSINESS", href: RouteHandler.businessBanking },
{ id: 4, name: "CORPORATE", href: RouteHandler.cooperateBanking },
];
export const lowerMenuItems = [