From 56a85a87662822347b34a56eab1e9e84788225b1 Mon Sep 17 00:00:00 2001 From: Narottam Date: Thu, 14 May 2026 14:42:36 +0530 Subject: [PATCH] fix: improve dark mode readability and UI consistency --- src/app/components/TopNavBar.tsx | 10 +++--- src/app/home/Features.tsx | 13 ++++--- src/app/home/QuestionsAndAnswers.tsx | 22 +++++++----- src/app/home/Steps.tsx | 23 +++++++----- src/app/home/Testimonials.tsx | 52 ++++++++++++++++++++-------- src/app/layout.tsx | 2 +- 6 files changed, 81 insertions(+), 41 deletions(-) diff --git a/src/app/components/TopNavBar.tsx b/src/app/components/TopNavBar.tsx index c781d58..a69b698 100644 --- a/src/app/components/TopNavBar.tsx +++ b/src/app/components/TopNavBar.tsx @@ -47,11 +47,11 @@ export const TopNavBar = () => { OpenResume OpenResume Logo + src={logoSrc} + alt="OpenResume Logo" + className="h-8 w-full dark:invert" + priority +/>