From 0fa27f927921efb4b318609e0255fb6e9f793a9a Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Tue, 9 Jun 2026 22:27:47 +0200 Subject: [PATCH] fix(landing): menu mobile funcional + nav branca solida ao rolar - adiciona painel de menu mobile (sanduiche nao abria nada) - nav fica branca SOLIDA ao rolar/abrir menu (era bg-white/80 translucido) Co-Authored-By: Claude Opus 4.8 --- frontend/views/LandingPage.tsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/frontend/views/LandingPage.tsx b/frontend/views/LandingPage.tsx index dd9504c..ee765a3 100644 --- a/frontend/views/LandingPage.tsx +++ b/frontend/views/LandingPage.tsx @@ -50,7 +50,7 @@ export const LandingPage: React.FC<{ return (
{/* Navigation */} -