@props(['testimonial', 'variant' => 'default']) @php use Illuminate\Support\Facades\Storage; $cardClasses = match($variant) { 'featured' => 'bg-white rounded-xl shadow-lg hover:shadow-2xl transition-all duration-300 p-8 border border-gray-100 group transform hover:-translate-y-1', 'compact' => 'bg-white rounded-lg shadow-md hover:shadow-lg transition-all duration-300 p-6 border border-gray-50 group', default => 'bg-white rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 p-8 border border-gray-100 group' }; @endphp
{{ $testimonial->testimonial }}