fix: align testimonial cards with section card style

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 21:02:24 +00:00
parent 82bb0e766e
commit a277d292e2

View File

@@ -115,7 +115,7 @@ const ReviewCard = ({ img, name, position, body, improvement }: Review) => {
return (
<figure
className={cn(
"bg-card hover:bg-accent/50 relative h-full w-full cursor-pointer overflow-hidden rounded-xl border p-4",
"bg-muted/20 relative h-full w-full overflow-clip rounded-xl border p-5",
)}
>
<div className="flex flex-row items-center gap-2">