From a90c5590de514bfbcc2fdf0b830d444fc1aeba36 Mon Sep 17 00:00:00 2001 From: Bonolo Keith Murathi Date: Wed, 2 Apr 2025 19:44:05 +0200 Subject: [PATCH] Main Changes 1 --- app/layout.tsx | 4 +-- components/AuthForm.tsx | 4 +-- components/MobileNav.tsx | 4 +-- components/Sidebar.tsx | 4 +-- public/icons/auth-image.svg | 22 ++++++------- public/icons/logo.svg | 65 +++++-------------------------------- 6 files changed, 27 insertions(+), 76 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6c3a90a..1ba06fd 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,8 +12,8 @@ const ibmPlexSerif = IBM_Plex_Serif({ }) export const metadata: Metadata = { - title: "Horizon", - description: "Horizon is a modern banking platform for everyone.", + title: "Akani bank", + description: "Akani Bank - Batho Pele Conscientious Bank", icons: { icon: '/icons/logo.svg' } diff --git a/components/AuthForm.tsx b/components/AuthForm.tsx index aa0f6f5..11cbc6b 100644 --- a/components/AuthForm.tsx +++ b/components/AuthForm.tsx @@ -90,9 +90,9 @@ const AuthForm = ({ type }: { type: string }) => { src="/icons/logo.svg" width={34} height={34} - alt="Horizon logo" + alt="Akani Bank logo" /> -

Horizon

+

Akani Bank

diff --git a/components/MobileNav.tsx b/components/MobileNav.tsx index 96c9b87..3fffc39 100644 --- a/components/MobileNav.tsx +++ b/components/MobileNav.tsx @@ -37,9 +37,9 @@ const MobileNav = ({ user }: MobileNavProps) => { src="/icons/logo.svg" width={34} height={34} - alt="Horizon logo" + alt="Akani Bank logo" /> -

Horizon

+

Akani Bank

diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 1a42e6b..3c997f6 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -19,10 +19,10 @@ const Sidebar = ({ user }: SiderbarProps) => { src="/icons/logo.svg" width={34} height={34} - alt="Horizon logo" + alt="Akani Bank logo" className="size-[24px] max-xl:size-14" /> -

Horizon

+

Akani Bank

{sidebarLinks.map((item) => { diff --git a/public/icons/auth-image.svg b/public/icons/auth-image.svg index 29b95e9..3d99323 100644 --- a/public/icons/auth-image.svg +++ b/public/icons/auth-image.svg @@ -1,11 +1,11 @@ - - - - - - - - - - - + + auth-image + + + + + + + + \ No newline at end of file diff --git a/public/icons/logo.svg b/public/icons/logo.svg index 25ba0d6..457fd07 100644 --- a/public/icons/logo.svg +++ b/public/icons/logo.svg @@ -1,58 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + logo + + + + + \ No newline at end of file