feat(pitch-deck): scale up USP slide, update milestones, Compliance Optimizer module
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m13s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 37s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 35s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m13s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 37s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 35s
- USP: 12% scale-up for better screen utilization, larger title - Milestones: correct dates (DPMA, domains, RAG, EUIPO, GmbH, customers) - Product: AI Act Compliance → Compliance Optimizer Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -630,8 +630,8 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
<div>
|
||||
<style>{CSS_KF}</style>
|
||||
|
||||
<FadeInView className="text-center mb-4">
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-2">
|
||||
<FadeInView className="text-center mb-3">
|
||||
<h2 className="text-5xl md:text-6xl font-bold mb-1">
|
||||
<GradientText>USP</GradientText>
|
||||
</h2>
|
||||
</FadeInView>
|
||||
@@ -646,6 +646,9 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
color: isLight ? '#1a1a2e' : '#ece9f7',
|
||||
fontFamily: '"Inter", system-ui, sans-serif',
|
||||
WebkitFontSmoothing: 'antialiased',
|
||||
transform: 'scale(1.12)',
|
||||
transformOrigin: 'top center',
|
||||
marginBottom: -40,
|
||||
}}>
|
||||
{/* Ambient glow — dark only */}
|
||||
{!isLight && (
|
||||
|
||||
Reference in New Issue
Block a user