Merge version_7_1776773032685 into main #5

Merged
bender merged 1 commits from version_7_1776773032685 into main 2026-04-21 12:04:55 +00:00

View File

@@ -52,7 +52,7 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {
<>
<nav
className={cls(
"sticky top-0 z-50 w-full transition-all duration-500 ease-in-out h-20 bg-white/30 backdrop-blur-lg border-b border-gray-200/50"
"sticky top-0 z-50 w-full transition-all duration-500 ease-in-out h-20 bg-background/80 backdrop-blur-md border-b border-foreground/10"
)}
>
<div className="relative flex items-center justify-between h-full w-content-width mx-auto">