reduce the size of the testimonial cards in LandingTrustSection component

This commit is contained in:
aryabenade
2026-04-27 16:23:40 +05:30
parent 39e63deca2
commit 201e8b86d4

View File

@@ -204,7 +204,7 @@ export function LandingTrustSection() {
style={{
transform: `rotate(${cardRotation}deg) translateY(${cardOffset}px)`,
transformOrigin: 'center center',
minHeight: '480px',
minHeight: '360px',
background: `
radial-gradient(circle at 20% 80%, rgba(255, 248, 235, 0.8) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(250, 245, 230, 0.6) 0%, transparent 50%),