@props([
'iconSvg' => '', // Slot for SVG or path to an image
'title' => 'Feature Title',
'description' => 'Detailed description of the feature and its benefits.'
])
merge(['class' => 'bg-gray-800/50 dark:bg-gray-900/70 p-8 rounded-xl shadow-2xl border border-gray-700 dark:border-gray-800 hover:border-blue-500 dark:hover:border-blue-400 transition-all duration-300 transform hover:-translate-y-1']) }}>
@if($iconSvg)
{!! $iconSvg !!}
@endif
{{ $title }}
{{ $description }}