@props(['image', 'title', 'buttonText', 'buttonLink', 'bgColor', 'textColor', 'size', 'rounded'])
merge(['class' => 'bg-' . $bgColor . ' text-' . $textColor . ' rounded-' . $rounded . ' shadow-lg']) }}>
@if($image)

@endif
{{-- Example usage --}}
{{--
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet.
--}}