Components
An application page header with a title, description, primary action button, and navigation tabs for switching between content sections.
Loading preview...
import PageHeaderBlock from "@/components/ui/page-header-3";
export default function Default() {
return <PageHeaderBlock />;
}