|
.card-gradient background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), transparent);
<div class="relative max-w-4xl mx-auto px-6 text-center"> <!-- Breadcrumb --> <div class="flex items-center justify-center gap-2 text-xs font-medium text-zinc-400 mb-8"> <a href="#" class="hover:text-zinc-600 transition-colors">Reviews</a> <i data-lucide="chevron-right" class="w-3 h-3"></i> <a href="#" class="hover:text-zinc-600 transition-colors">Drama</a> <i data-lucide="chevron-right" class="w-3 h-3"></i> <span class="text-zinc-600">The Motorcycle Diaries</span> </div>