Components
I created this smart UI component to make navigation seamless, with quick access to key pages and features through clean links and icons.
Loading preview...
import GlassmorphismNav from "@/components/ui/navigation-bar-menu-bar-with-card";
export default function DemoOne() {
return <GlassmorphismNav />;
}