export const HeaderBrand = () => {
return (
Hit Communications
Servers Manager
);
};
const Styles = {
brand: "flex items-center gap-3",
logo: "h-10 w-10 object-contain",
title: "text-base font-semibold text-text",
subtitle: "text-xs uppercase tracking-wide text-text-secondary",
};