export type UiBrand = {
  name: string;
};

/** Phase 0 placeholder — shadcn components land with web app phases. */
export function getDefaultBrand(): UiBrand {
  return { name: 'ALI ISMAIL TAILOR' };
}
