<%# WARNING: Could not add Stimulus controller to root element %>
<%# WARNING: Multiple JSX elements found, using heuristics to identify the root element %> <div class="max-w-sm rounded overflow-hidden shadow-lg"> <% if imageUrl %> <% = <img className="w-full" src={imageUrl} alt={title} /> %><% end %> <div class="px-6 py-4"> <div class="font-bold text-xl mb-2"> <% = @title %></div> <p class="text-gray-700 text-base"> <%= @description %> </p> </div> <div class="px-6 pt-4 pb-2"> <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded" data-action="click->click"=" <% = @onClick %>"> <%= buttonText || 'Learn More' %> </button> </div> </div>