From 9f24518aa6df0b65da4324f29f8c620b396dced3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +} -- 2.49.1