export type AdminSection = {
  title: string;
  description: string;
  href: string;
};