From 201e8b86d487330a6e1e8919f2233d862d36014c Mon Sep 17 00:00:00 2001 From: aryabenade Date: Mon, 27 Apr 2026 16:23:40 +0530 Subject: [PATCH] reduce the size of the testimonial cards in LandingTrustSection component --- src/components/LandingTrustSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LandingTrustSection.tsx b/src/components/LandingTrustSection.tsx index 0fe8004..ab39947 100644 --- a/src/components/LandingTrustSection.tsx +++ b/src/components/LandingTrustSection.tsx @@ -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%),