Bob AI: Increase the vertical lift/elevation of testimonial cards on

This commit is contained in:
2026-02-24 14:59:52 +00:00
parent 8323a15bbe
commit 7722a14781

View File

@@ -88,7 +88,7 @@ const TestimonialCard = memo(({
}: TestimonialCardProps) => {
return (
<div className={cls("relative h-full aspect-[8/10] rounded-theme-capped overflow-hidden group", cardClassName)}>
<div className="relative w-full h-full transition-all duration-500 ease-out group-hover:shadow-2xl group-hover:-translate-y-4" style={{}}>
<div className="relative w-full h-full transition-all duration-500 ease-out group-hover:shadow-xl group-hover:-translate-y-8" style={{}}>
{/* Front of card */}
<div className="absolute w-full h-full">
<MediaContent