Add WhyRating Templates - brand identity system
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>
This commit is contained in:
11
whyrating-templates/src/components/tabs/index.ts
Normal file
11
whyrating-templates/src/components/tabs/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user