fix(pitch-deck): USP cards wider (290px), circle larger (440px), more height
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m11s
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 30s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 26s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m11s
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 30s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 26s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -77,10 +77,10 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
|||||||
</FadeInView>
|
</FadeInView>
|
||||||
|
|
||||||
<FadeInView delay={0.2}>
|
<FadeInView delay={0.2}>
|
||||||
<div className="relative max-w-6xl mx-auto" style={{ height: '520px' }}>
|
<div className="relative max-w-6xl mx-auto" style={{ height: '580px' }}>
|
||||||
|
|
||||||
{/* CENTER: Large circle */}
|
{/* CENTER: Large circle */}
|
||||||
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" style={{ width: '380px', height: '380px' }}>
|
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2" style={{ width: '440px', height: '440px' }}>
|
||||||
<div className="absolute inset-0 rounded-full border-2 border-dashed border-indigo-500/20 animate-[spin_20s_linear_infinite]" />
|
<div className="absolute inset-0 rounded-full border-2 border-dashed border-indigo-500/20 animate-[spin_20s_linear_infinite]" />
|
||||||
<div className="absolute inset-4 rounded-full border border-white/[0.06] bg-white/[0.015]" />
|
<div className="absolute inset-4 rounded-full border border-white/[0.06] bg-white/[0.015]" />
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
|||||||
: idx === 2 ? 'bottom-0 left-0'
|
: idx === 2 ? 'bottom-0 left-0'
|
||||||
: 'bottom-0 right-0'
|
: 'bottom-0 right-0'
|
||||||
return (
|
return (
|
||||||
<div key={idx} className={`absolute ${posClass} w-[240px]`}>
|
<div key={idx} className={`absolute ${posClass} w-[290px]`}>
|
||||||
<GlassCard hover={false} className="p-4" delay={0}>
|
<GlassCard hover={false} className="p-4" delay={0}>
|
||||||
<div className="flex items-center gap-2 mb-2">
|
<div className="flex items-center gap-2 mb-2">
|
||||||
<Icon className={`w-5 h-5 ${cap.color}`} />
|
<Icon className={`w-5 h-5 ${cap.color}`} />
|
||||||
|
|||||||
Reference in New Issue
Block a user