Ssr Movies Tv Show All Category «2024»

We hope you enjoy exploring SSR's filmography and television career. His legacy continues to inspire and entertain audiences, and we're grateful for the memories he left behind.

Examples and case studies (conceptual, not exhaustive) ssr movies tv show all category

SSRmovies.COM – Official Site Reviews | 4 of 5 - Trustpilot We hope you enjoy exploring SSR's filmography and

/* Media Grid */ <div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-6"> mediaList.map((item) => ( <div key=item.id className="bg-gray-900 rounded-lg overflow-hidden shadow-lg transform hover:scale-105 transition-transform duration-300"> <div className="aspect-w-2 aspect-h-3"> <img src=item.posterUrl alt=item.title className="w-full h-full object-cover" /> </div> <div className="p-3"> <div className="flex justify-between items-start"> <h3 className="text-white font-semibold text-sm truncate">item.title</h3> <span className=`text-xs px-1.5 py-0.5 rounded $item.type === 'MOVIE' ? 'bg-green-900 text-green-300' : 'bg-purple-900 text-purple-300'`> item.type === 'MOVIE' ? 'Movie' : 'TV' </span> </div> <div className="flex justify-between items-center mt-1 text-gray-400 text-xs"> <span>item.releaseYear</span> <span>⭐ item.rating</span> </div> </div> </div> )) </div> div className="aspect-w-2 aspect-h-3"&gt