fix: remove photo filter from classes section images

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 15:50:23 +03:00
parent 604a52e04c
commit 8ff7713cf2

View File

@@ -52,7 +52,7 @@ export function Classes({ data: classes }: ClassesProps) {
src={item.images[0]}
alt={item.name}
fill
className="object-cover photo-filter"
className="object-cover"
/>
{/* Gradient overlay */}
<div className="absolute inset-0 bg-gradient-to-t from-black/60 via-transparent to-transparent" />