diff --git a/src/app/page.tsx b/src/app/page.tsx index e7b0b50..264151b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,6 +40,7 @@ export default function LandingPage() { name: "Contacto", id: "#contact"}, ]} brandName="GREI" + className="sticky top-0 z-50 bg-background/90 backdrop-blur-sm" /> @@ -206,4 +207,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}