From 5d096818d7ceed24de0b2b93e8b219171d56163d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:21:42 +0000 Subject: [PATCH] Fix duplicate menu and landing page button - Fixed the duplicate menu issue. - Replaced the landing page "Entrar" button with a more modern, permanent style. --- src/components/layout/NewModernLayout.tsx | 7 ++--- src/pages/Landing.tsx | 31 +++++++++++++++-------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/src/components/layout/NewModernLayout.tsx b/src/components/layout/NewModernLayout.tsx index 7c95429..196051e 100644 --- a/src/components/layout/NewModernLayout.tsx +++ b/src/components/layout/NewModernLayout.tsx @@ -214,7 +214,7 @@ export default function NewModernLayout({ children }: NewModernLayoutProps) { -
+
@@ -229,11 +229,10 @@ export default function NewModernLayout({ children }: NewModernLayoutProps) { Menu
- {/* User Profile Button */}
-
+
{children} @@ -242,10 +241,8 @@ export default function NewModernLayout({ children }: NewModernLayoutProps) { - {/* Help Icon */} - {/* Tour de Onboarding */} { Finance Home
- + @@ -129,10 +132,13 @@ const Landing = () => {
- +
@@ -318,10 +324,13 @@ const Landing = () => {

- +