Refactor header and layout components, remove About page, and introduce Background component for improved UI structure

This commit is contained in:
Jose Selesan
2026-06-01 15:50:33 -03:00
parent 78df95e985
commit c18db76c7a
10 changed files with 41 additions and 138 deletions

View File

@@ -209,29 +209,6 @@ function MobileTopBar() {
</div>
</div>
<nav className="flex flex-col gap-1">
<Button
variant="ghost"
className="justify-start rounded-lg"
onClick={() => {
setOpen(false);
void navigate({ to: '/' });
}}
>
Inicio
</Button>
<Button
variant="ghost"
className="justify-start rounded-lg"
onClick={() => {
setOpen(false);
void navigate({ to: '/about' });
}}
>
About
</Button>
</nav>
<Button
className="rounded-lg shadow-lg shadow-primary/20"
onClick={() => {