Merge version_3_1779479068215 into main #2

Merged
bender merged 1 commits from version_3_1779479068215 into main 2026-05-22 19:45:25 +00:00

View File

@@ -72,7 +72,7 @@ const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => {
initial={{ height: 0 }}
animate={{ height: "auto" }}
exit={{ height: 0 }}
transition={{ duration: 0.5, ease: [0.625, 0.05, 0, 1] }}
transition={{ duration: 0.8, ease: [0.625, 0.05, 0, 1] }}
className="overflow-hidden"
>
<div className="flex flex-col gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 pt-0 xl:pt-0 2xl:pt-0">