Next.js app showcasing WhyRating brand guidelines with interactive tabs for colors, typography, proportions, logos, voice, downloads, and AI context. Includes email templates (headers, signatures, CTAs) and presentation component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
506 B
TypeScript
12 lines
506 B
TypeScript
export { OverviewTab } from './OverviewTab';
|
|
export { LogoTab } from './LogoTab';
|
|
export { ColorsTab } from './ColorsTab';
|
|
export { TypographyTab } from './TypographyTab';
|
|
export { VoiceTab } from './VoiceTab';
|
|
export { DownloadsTab } from './DownloadsTab';
|
|
export { RationaleTab } from './RationaleTab';
|
|
export { ProportionsTab } from './ProportionsTab';
|
|
export { QATab } from './QATab';
|
|
export { GuidelinesTab } from './GuidelinesTab';
|
|
export { AIContextTab, AI_CONTEXT_MARKDOWN } from './AIContextTab';
|