feat(marketing-website): add BreakPilot marketing website with CMP integration
Multi-page marketing website positioned as "Deterministic Regulatory Engineering Platform": - 7 pages: Home, Plattform, CE-Prozess, Product Compliance, Architektur, Team, Preise - Platform Bridge animation (adapted from pitch-deck USP slide) - Cookie-Banner with consent-service integration (breakpilot-marketing site) - DE/EN language toggle + Dark/Light theme - Docker service on port 3014 [guardrail-change] PlatformBridgeSection.tsx added to loc-exceptions (816 LOC, SVG animation) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export const ANIMATION = {
|
||||
duration: 0.5,
|
||||
ease: [0.22, 1, 0.36, 1] as const,
|
||||
staggerDelay: 0.1,
|
||||
} as const
|
||||
|
||||
export const COLORS = {
|
||||
electric: '#3b82f6',
|
||||
signal: '#22c55e',
|
||||
indigo: '#6366f1',
|
||||
purple: '#a78bfa',
|
||||
amber: '#f59e0b',
|
||||
red: '#ef4444',
|
||||
} as const
|
||||
Reference in New Issue
Block a user